MOR Installation(old)

From Kolmisoft Wiki
Jump to navigationJump to search
Warning.pngIMPORTANT - the script is no longer supported.


Installation can be done only by Kolmisoft engineers


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:

  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:


Warning.png This script works ONLY on Centos 5.x and Centos 6.x !

Update CentOS:

yum -y update

Reboot the server after the update:

reboot

Then install subversion:

yum install -y subversion screen

Execute:

svn co -r 62615 http://svn.kolmisoft.com/mor/install_script/trunk/ /usr/src/mor

Then:

screen
cd /usr/src/mor

Next step depends on MOR version which you want to install. You need to run only one of following:

  • for MOR 8:
./install.sh 8
  • for MOR 9:
./install.sh 9
  • for MOR 10:
./install.sh 10
  • for MOR 11:
./install.sh 11
  • for MOR 12:
./install.sh 12.126


You will be asked to confirm Stress test. It is need to check server for hardware failures.

Press ENTER to continue.

You might get other warnings regarding server configuration. Please read those notifications carefully and proceed as described.

When it asks if Database is present on server, hit Enter.

Once ./install.sh is finished, you will have complete installation of MOR except license which can be activated by Kolmisoft.

NOTE: X3 and following versions are installed ONLY by Kolmisoft Engineers.


The script will install all necessary packages, such as:

  • Apache2
  • MySQL 5.x
  • Asterisk
  • Ruby on Rails
  • all others...