Difference between revisions of "Installation Script"
From Kolmisoft Wiki
Jump to navigationJump to search
m (moved MOR Installation to Installation Script) |
|||
Line 1: | Line 1: | ||
Instructions below describes how to install MOR X5 or X6 with Free license activated (10 sim. calls). | |||
1. Make sure server is running CentOS 6 | |||
and meets hardware requirements which can be found [[Recommended_hardware | here]]. | |||
2. Update OS and reboot server: | |||
yum -y update | |||
reboot | |||
3. Install screen and subversion; Download MOR sources; Start screen: | |||
yum -y install screen subversion | |||
svn co http://svn.kolmisoft.com/mor/install_script/trunk/ /usr/src/mor | |||
screen | |||
4. Start installation script; press [ENTER] when asked for server components configuration: | |||
For MOR '''X5''': | |||
/usr/src/mor/x5/install.sh | |||
For MOR '''X6''': | |||
/usr/src/mor/x6/install.sh | |||
GUI login password will be printed during installation process. Look for the red line which says: | |||
MOR GUI admin password was changed to: ... | |||
Once installation installation is completed, GUI can be access by using http://<server_ip>/billing. |
Revision as of 13:08, 26 June 2015
Instructions below describes how to install MOR X5 or X6 with Free license activated (10 sim. calls).
1. Make sure server is running CentOS 6
and meets hardware requirements which can be found here.
2. Update OS and reboot server:
yum -y update reboot
3. Install screen and subversion; Download MOR sources; Start screen:
yum -y install screen subversion svn co http://svn.kolmisoft.com/mor/install_script/trunk/ /usr/src/mor screen
4. Start installation script; press [ENTER] when asked for server components configuration:
For MOR X5:
/usr/src/mor/x5/install.sh
For MOR X6:
/usr/src/mor/x6/install.sh
GUI login password will be printed during installation process. Look for the red line which says:
MOR GUI admin password was changed to: ...
Once installation installation is completed, GUI can be access by using http://<server_ip>/billing.