Difference between revisions of "MOR Installation(old)"

From Kolmisoft Wiki
Jump to navigationJump to search
Line 1: Line 1:
First of all you need operating system:
First of all, you need an operating system:


Install Centos on your server by this example:
Install Centos on your server by this example:
Line 6: Line 6:




When MOR is purchased you have such choices for installation:
When MOR is purchased, you have the following choices for installation:


# We install it remotely on your fresh clean system
# We install it remotely on your fresh, clean system.
# You can install yourself, we will just activate the system
# You can install yourself, and we will only activate the system.






If you decide to install by yourself then follow these steps:
If you decide to install the operating system by yourself, follow these steps:


Then install subversion:
Then install subversion:
Line 30: Line 30:




Script will install all necessary packages, such as:
The script will install all necessary packages, such as:


* Apache2
* Apache2

Revision as of 07:12, 29 April 2010

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:

  1. We install it remotely on your fresh, clean system.
  2. 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/0.8/hard_fix.sh


The 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 installation after installation.