Difference between revisions of "Installation Script"

From Kolmisoft Wiki
Jump to navigationJump to search
m
Line 17: Line 17:
  screen
  screen


4. Check if server meets requirements:
4. Start installation script
 
/usr/src/mor/x11/maintenance/server_check.sh
 
5. Start installation script


  /usr/src/mor/x11/install.sh
  /usr/src/mor/x11/install.sh
Line 27: Line 23:
Press "n" when asked for system components, it will install default single server system.
Press "n" when asked for system components, it will install default single server system.


6. Get GUI login password:
5. Get GUI login password:


  cat /var/log/mor/test_fix_reports/* | grep CRITICAL
  cat /var/log/mor/test_fix_reports/* | grep CRITICAL


Once installation installation is completed, GUI can be access by using http://<server_ip>/billing.
Once installation installation is completed, GUI can be access by using http://<server_ip>/billing.

Revision as of 13:15, 27 September 2017

Instructions below describes how to install MOR X11 with Free license activated (2 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

/usr/src/mor/x11/install.sh

Press "n" when asked for system components, it will install default single server system.

5. Get GUI login password:

cat /var/log/mor/test_fix_reports/* | grep CRITICAL

Once installation installation is completed, GUI can be access by using http://<server_ip>/billing.