Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

 

Requirements

...

The individual performing this installation has some Linux experience.
Root level server access.
Pre-requisites are installed as per the RedHat/CentOS or Debian/Ubuntu guides.

...

This will be required later, so make a note of it now.

...

Install Steps

 

All local commands should be run as root.

...

Edit /var/www/index.php (for Debian/Ubuntu) or /var/www/html/index.php (for RedHat/CentOS) and check the lines that specify the $system_path and $application_folder. There are two lines for each variable. Ensure the windows paths are commented out by placing a # at the start of the line. The linux paths should correspond to /usr/local/open-audit/code_igniter/ (system or application).

Remove

...

index.html

The index.html file (if it exists)

...

in the webroot is not required.

Section
Column
width40%

for Debian / Ubuntu

Code Block
languagebash
rm /var/www/index.html 
Column
width40%

for RedHat / CentOS

Code Block
languagebash
rm /var/www/html/index.html 

Configure MySQL

If you have not already, set the root password for MySQL.

...