Difference between revisions of "MOR Installation(old)"
From Kolmisoft Wiki
Jump to navigationJump to search
Line 21: | Line 21: | ||
Execute: | Execute: | ||
svn co http://193.138.191.205/svn/mor/ | svn co http://193.138.191.205/svn/mor/install_script/trunk/ /usr/src/mor | ||
Then: | Then: |
Revision as of 09:03, 4 January 2010
First of all you need operating system:
Install Centos on your server by this example:
When MOR is purchased you have such choices for installation:
- We install it remotely on your fresh clean system
- You can install yourself, we will just activate the system
If you decide to install by yourself then follow these steps:
Then install subversion:
yum install -y subversion
Execute:
svn co http://193.138.191.205/svn/mor/install_script/trunk/ /usr/src/mor
Then:
cd /usr/src/mor ./install.sh ./upgrade/upgrade_to_0.7.sh ./upgrade/0.7/fix_0.7.sh
Script will install all necessary packages, such as:
- Apache2
- MySQL 5.x
- Asterisk 1.4.18.1 (+ LibPRI, Zaptel, Addons)
- Ruby on Rails
- all others...
Do not forget to test MOR PRO installation after installation.