Difference between revisions of "MOR Installation(old)"

From Kolmisoft Wiki
Jump to navigationJump to search
 
(48 intermediate revisions by 7 users not shown)
Line 1: Line 1:
When MOR PRO is purchased you have such choices for installation:
<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>


# We install it remotely on your fresh clean system
<br>
# We send installation files and you install it yourself
First of all, you need an operating system:


It is important to know, that MOR PRO should be installed on fresh and clean system. That means - system without nothing unecessary, just bare minimum. [[Debian_Etch_installation | Example Debian Etch installation]].
Install Centos on your server by this example:


Installation script is able to install MOR PRO on Debian Etch, Centos 4/5 and Fedora systems. Other distributions are not directly supported by installation script but it can be easily adjusted.
* [[Centos_installation | CentOS installation]]


Script installs all necessary packages, as:
If your server is hosted on OVH - please use this [[OVH_server_installation|guide]]:


* Apache2
* [[OVH_server_installation|CentOS installation on OVH servers]]
* MySQL 5.x
 
* Asterisk 1.4.x (+ LibPRI, Zaptel, Addons)
 
* Ruby on Rails
When MOR is purchased, you have the following choices for installation:
* all others...
 
# 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:
 
<br>
[[Image:warning.png|50px]] <b><big>This script works ONLY on Centos 5.x and Centos 6.x !</big></b>
<br><br>
 
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.


'''IMPORTANT!''' Untar archive files to /usr/src and select script which you want to run.
Press ENTER to continue.


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


Do not forget to [[Testing_MOR_PRO_installation | test MOR PRO installation]] after installation.
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.


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


sh: wmf2eps: command not found


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


When installing for Debian at the final step you will get screens for mail client configuration. Everywhere select default settings (press ENTER) except in this window:
* Apache2
* MySQL 5.x
* Asterisk
* Ruby on Rails
* all others...


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

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