Versions Compared

Key

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

...

Change into the omk directory

 

Code Block
languagebash
cd omk

...

The default credentials are user: nmis, password: nm1888.

Copy new web files

If your Open-AudIT install is into a subdirectory of your webroot, be sure to add that to the end of the destination of the cp command below.

For Debian / Ubuntu

Code Block
languagebash
cp -R /usr/local/open-audit/www/* /var/www/

For RedHat / CentOS

Code Block
languagebash
cp -R /usr/local/open-audit/www/* /var/www/html/

Restore old files (if required)

...

Ensure you copy the new audit scripts to any hosts that use them - these are usually updated.

Enjoy Open-AudIT v1.0.4 (smile)