Difference between revisions of "MOR Installation(old)"

From Kolmisoft Wiki
Jump to navigationJump to search
Line 5: Line 5:
# We send installation files and you install it yourself
# We send installation files and you install it yourself


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]].
It is important to know, that MOR should be installed on fresh and clean system. That means - system without nothing unnecessary, just bare minimum.  


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]] '''<-- recommended'''


Script installs all necessary packages, such as:
Then install subversion:
 
yum install -y subversion
 
Execute:
 
svn co http://193.138.191.205/svn/mor/mor_install_script/trunk/ /usr/src/mor
Then:
 
cd /usr/src/mor
./install.sh
 
 
Script will install all necessary packages, such as:


* Apache2
* Apache2
* MySQL 5.x
* MySQL 5.x
* Asterisk 1.4.x (+ LibPRI, Zaptel, Addons)
* Asterisk 1.4.18.1 (+ LibPRI, Zaptel, Addons)
* Ruby on Rails
* Ruby on Rails
* all others...
* all others...


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


----
----


Do not forget to [[Testing_MOR_PRO_installation | test MOR PRO installation]] after installation.
Do not forget to [[Testing_MOR_PRO_installation | test MOR PRO installation]] after installation.
----
Ignore such error:
sh: wmf2eps: command not found

Revision as of 18:42, 13 January 2009

When MOR PRO is purchased you have such choices for installation:

  1. We install it remotely on your fresh clean system
    1. P.S. please make sure all neccessarry ports are opened Ports which should be opened
  2. We send installation files and you install it yourself

It is important to know, that MOR should be installed on fresh and clean system. That means - system without nothing unnecessary, just bare minimum.

Then install subversion:

yum install -y subversion

Execute:

svn co http://193.138.191.205/svn/mor/mor_install_script/trunk/ /usr/src/mor

Then:

cd /usr/src/mor
./install.sh


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