Versions Compared

Key

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

...

All required packages are in the existing repositories already. No additional repositories are required.

Open-AudIT Installation

...

Install Script

The easiest way to get Open-AudIT installed and running is to download the source package to the server and run the installation script. From the server console extract the .zip file and cd into the open-audit directory. 

...

sudo ./other/install_debian_ubuntu.sh

Post Install

The script should complete and you should be able to open a browser and go to http://SERVERNAME/index.php and be presented with a logon screen. Change the Admin user password by going to Admin -> List Users -> Edit User. Enable some Reports by going to Admin -> Reports -> Activate Report. Enable some Groups by going to Admin -> Groups -> Activate Group.

Notes

If you wish to change the MySQL user and password, the application config file is at /usr/local/open-audit/code_igniter/application/config/database.php

...