The System → Installation Guide

Software Installation References Testing

Installing Apache ActiveMQ
Installing Apache Tomcat
Installing Apache Web Server
Installing PHP
Installing MySQL

Hardware and Software Prerequisites

Hardware Windows Linux
Operating System Windows 7 Professional
Windows Server 2008
Windows Server 2012
Linux Centos 6.5 or above
CPU 4*2 Cores / Speed 4*2 Cores / Speed
Memory 16 GB 16 GB
Hard Drive 150 GB or More Space 150 GB or More Space
Server Windows Linux
Active MQ 5.8 or above 5.8 or above
Apache Tomcat 7.0 or above 7.0 or above
Apache 2.2 or above 2.2 or above
Software Windows Linux
PHP 5.4 or above 5.4 or above
JDK / JRE 1.7 or above 1.7 or above
Database Windows Linux
MySQL 5.5 or above 5.5 or above
Browser Windows Linux
Mozilla 45.0 or above
Internet Explorer 11.0 or above
Chrome 49.0 or above

RoboDX™ Installation Steps

Apache Active MQ

Step 1: Check the Apache Active MQ availability and ensure that it is installed.

Windows Go to D:/apache-activemq-5.8.0/bin
Linux Go to /opt/apache-activemq-5.8.0/bin

Step 2: To start the Apache Active MQ server, use the following path(s):

Step 3: Check the Apache Tomcat availability. Ensure that it is installed.

Windows Go to D:/ apache-tomcat-7.0.54/bin
Linux Go to /opt/apache-tomcat-7.0.54/bin

Step 4: Place the compiled source code into the apache-tomcat.

Windows Go to D:/ apache-tomcat-7.0.54/webapps
Linux Go to /opt/apache-tomcat-7.0.54/webapps

Step 5: Change the properties, such as database, and Queue URL in: * CIP_DX_ENGINE_API, and * CIP_DX_FILE_WATCHER

Windows Go to D:/ apache-tomcat-7.0.54/webapps/CIP_DX_ENGINE_API/WEB-INF/Config/Configuration.properties
Linux Go to /opt/apache-tomcat-7.0.54/webapps/CIP_DX_ENGINE_API/WEB-INF/Config/Configuration.properties

Open the Configuration.properties file and change the server details in the fields mentioned in the color red.

RoboDX™ File Watcher
Windows Go to D:/ apache-tomcat-7.0.54/webapps/CIP_DX_FILE_WATCHER /WEB-INF/Config/Configuration.properties
Linux Go to /opt/apache-tomcat-7.0.54/webapps/CIP_DX_FILE_WATCHER/WEB-INF/Config/Configuration.properties

Again, open the Configuration.properties file and change the server details in the fields mentioned in the color red.

Step 6: Restart the Apache-Tomcat Server.

Windows Stop
Start
Go to D:/apache-tomcat-7.0.54/bin/shutdown.bat
Go to D:/ apache-tomcat-7.0.54/bin/startup.bat
Linux Stop
Start
Go to /opt/apache-tomcat-7.0.54/bin/./shutdown.sh
Go to /opt/apache-tomcat-7.0.54/bin/./startup.sh

Step 7: To verify if the engine has started, check the applicable log file folder below:

RoboDX™ Engine API
Windows D:/ apache-tomcat-7.0.54/webapps/CIP_DX_ENGINE_API/log
Linux /opt/apache-tomcat-7.0.54/webapps/CIP_DX_ENGINE_API/log
RoboDX™ File Watcher
Windows Go to D:/ apache-tomcat-7.0.54/webapps/CIP_DX_FILE_WATCHER /log
Linux Go to /opt/apache-tomcat-7.0.54/webapps/CIP_DX_FILE_WATCHER/log
Application Configuration

After installing all the necessary software, please follow the below steps to complete the PHP source installation.

1) Copy the source file to the document root.

Windows (xampp) Go to C:/xampp/htdocs/
Linux Go to /var/www/html/

2) Change the configuration file for accessing the database, application URL etc.

Windows (xampp) Go to C:/xampp/htdocs/CIPDX/protected/config/main.php
Linux Go to /var/www/html/ CIPDX/protected/config/main.php

3) Open either of the main.php files above and modify the contents in red below.

Step 8: Start the Apache Server.

Windows (xampp) C:/xampp/xampp_start.exe
Linux # /etc/init.d/apache2 start