Difference between revisions of "MOR Installation(old)"
From Kolmisoft Wiki
Jump to navigationJump to search
Line 37: | Line 37: | ||
./upgrade/9/fix.sh | ./upgrade/9/fix.sh | ||
./upgrade/10/fix.sh | ./upgrade/10/fix.sh | ||
/usr/src/mor/upgrade/trunk/fix_trunk.sh | /usr/src/mor/upgrade/trunk/fix_trunk.sh | ||
The script will install all necessary packages, such as: | The script will install all necessary packages, such as: | ||
Revision as of 15:33, 22 February 2012
First of all, you need an operating system:
Install Centos on your server by this example:
If your server is hosted on OVH - please use this guide:
When MOR is purchased, you have the following choices for installation:
- We install it remotely on your fresh, clean system.
- You can install yourself, and we will only activate the system.
If you decide to install the operating system by yourself, follow these steps:
This script works ONLY on Centos 5.x and Centos 6.x !
Then install subversion:
yum install -y subversion
Execute:
svn co http://svn.kolmisoft.com/mor/install_script/trunk/ /usr/src/mor
Then:
cd /usr/src/mor ./install.sh ./upgrade/9/fix.sh ./upgrade/10/fix.sh /usr/src/mor/upgrade/trunk/fix_trunk.sh
The script will install all necessary packages, such as:
- Apache2
- MySQL 5.x
- Asterisk
- Ruby on Rails
- all others...
Do not forget to test MOR installation after installation.