Difference between revisions of "MOR Installation(old)"

From Kolmisoft Wiki
Jump to navigationJump to search
 
(18 intermediate revisions by 7 users not shown)
Line 1: Line 1:
<div align="center"><BIG><BIG><BIG><BIG>[[Image:warning.png|30px]]'''IMPORTANT - the script is no longer supported. '''</BIG></BIG></BIG></BIG></div>
<br>
<div align="center"><BIG><BIG><BIG><BIG>'''Installation can be done only by Kolmisoft engineers'''</BIG></BIG></BIG></BIG></div>
<br>
First of all, you need an operating system:
First of all, you need an operating system:


Line 22: Line 27:
[[Image:warning.png|50px]] <b><big>This script works ONLY on Centos 5.x and Centos 6.x !</big></b>
[[Image:warning.png|50px]] <b><big>This script works ONLY on Centos 5.x and Centos 6.x !</big></b>
<br><br>
<br><br>
Update CentOS:
yum -y update
Reboot the server after the update:
reboot


Then install subversion:
Then install subversion:


  yum install -y subversion
  yum install -y subversion screen


Execute:
Execute:


  svn co http://svn.kolmisoft.com/mor/install_script/trunk/ /usr/src/mor
  svn co -r 62615 http://svn.kolmisoft.com/mor/install_script/trunk/ /usr/src/mor
   
   
Then:
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.


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:
The script will install all necessary packages, such as:


Line 47: Line 93:
* all others...
* all others...


 
<!-- Do not forget to [[Testing_MOR_PRO_installation | test MOR installation]] after installation. OUTDATED-->
----
 
Do not forget to [[Testing_MOR_PRO_installation | test MOR installation]] after installation.

Latest revision as of 06:58, 17 April 2020

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...