LINUX INSTALLATION INSTRUCTIONS


Pre-requisites:
DISABLE ANY WEB SERVERS so that intraNET can run on port 80.  Otherwise install intraNET on a different port (ex. 8002).
Install JRE.
Install Oracle Client for Oracle Database only.
or
Install PostgreSQL Database Server (for PostgreSQL only)

1. Download installation package for intraNET from the following link and save it on the local drive (ex.: \opt\intraNET-V5.3.2.tar)

2. Follow intraNET installation and configuration steps: 
bash# cd /opt
bash# tar -xf intraNET-V5.3.2.tar
The directory "intranet5" will be created containing the intraNET application. Change the directory to "intranet4" and run the configuration script:
bash# cd /opt/intranet5
bash# ./configure
Follow the configuration procedure. 
• enter the location of JRE (ex: /opt/j2re1.4.2).
• enter the min memory allocated for JVM.
• choose what database you want to use (jdbc drivers).
• enter database connection parameters.
1. PostgreSQL - IP address of PostgreSQL server, username, password and database name for intraNET
2. Oracle - enter the Service Name, username and password for Oracle database and location of Oracle Client installation
• enter the port for intraNET installation, if other than 80.
• enter the password for the intraNET Administration Console.
When all the steps are completed and the configuration finished, you will be given instructions on how to access your server with the URL address and optional port.

3. Start the intraNET application as follow:
Be sure your database server is configured properly and started. Then you can start the application server with:
bash# cd /opt/intranet5
bash# ./multiserver &
If you are planning to logout immediately it is recommended to issue "nohup ./multiserver &" command instead. To start the application server on a system boot, you have to modify the "/etc/rc.d/rc.local" file.  At the end of this file add the following line:
/opt/intranet5/multiserver > /dev/null 2>&1 &
You can verify this by rebooting the system.

4. Initialize and license the intraNET:
• Bring up a browser and type in the following URL: http://localhost/ (if intraNET was installed on a different port, type the port number: ex. http://localhost:)  Enter the license key or DEMO KEY then click on "Begin Preload"

5. After the Preload has completed click on the "Bring me to intraNET ..." link to access intraNET.

6. Login with username "admin" and password "admin".
NOTE: Change your password immediately!!!