Difference between revisions of "MOR Installation(old)"
From Kolmisoft Wiki
Jump to navigationJump to search
m (moved MOR PRO Installation to MOR Installation) |
|||
Line 27: | Line 27: | ||
cd /usr/src/mor | cd /usr/src/mor | ||
./install.sh | ./install.sh | ||
./upgrade/ | ./upgrade/9/fix.sh | ||
Line 34: | Line 34: | ||
* Apache2 | * Apache2 | ||
* MySQL 5.x | * MySQL 5.x | ||
* Asterisk | * Asterisk | ||
* Ruby on Rails | * Ruby on Rails | ||
* all others... | * all others... |
Revision as of 10:45, 27 March 2011
First of all, you need an operating system:
Install Centos on your server by this example:
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:
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
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.