Difference between revisions of "MOR Installation(old)"
From Kolmisoft Wiki
Jump to navigationJump to search
Line 2: | Line 2: | ||
# We install it remotely on your fresh clean system | # We install it remotely on your fresh clean system | ||
# | # You can install yourself, we just will activate the system | ||
It is important to know, that MOR should be installed on fresh and clean system. That means - system without nothing unnecessary, just bare minimum. | It is important to know, that MOR should be installed on fresh and clean system. That means - system without nothing unnecessary, just bare minimum. |
Revision as of 18:43, 13 January 2009
When MOR PRO is purchased you have such choices for installation:
- We install it remotely on your fresh clean system
- You can install yourself, we just will activate the system
It is important to know, that MOR should be installed on fresh and clean system. That means - system without nothing unnecessary, just bare minimum.
- CentOS installation <-- recommended
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.