Difference between revisions of "Installation Script"

From Kolmisoft Wiki
Jump to navigationJump to search
 
(14 intermediate revisions by 6 users not shown)
Line 1: Line 1:
Instructions below describes how to install MOR X5 or X6 with Free license activated (10 sim. calls).
<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>
 
<br>
Instructions below describes how to install MOR X11 test (Free) version with 2 concurrent calls (no time limit).


1. Make sure server is running CentOS 6
1. Make sure server is running CentOS 6
Line 16: Line 21:
  screen
  screen


4. Start installation script; press [ENTER] when asked for server components configuration:
4. Start installation script
 
For MOR '''X5''':
/usr/src/mor/x5/install.sh


For MOR '''X6''':
  /usr/src/mor/x11/install.sh
  /usr/src/mor/x6/install.sh


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


GUI login password will be printed during installation process. Look for the red line which says:
5. Get GUI login password:


  MOR GUI admin password was changed to: ...
  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 is completed, GUI can be access by using http://<server_ip>/billing.

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


Instructions below describes how to install MOR X11 test (Free) version with 2 concurrent calls (no time limit).

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 is completed, GUI can be access by using http://<server_ip>/billing.