Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: fixed some syntax mistakes in instructions

...

Code Block
languagebash
service omkd start

Test the Daemon

You should now be able to point a web browser at http://SERVER:8042/omk/oae and at http://SERVER/omk/oae

The default credentials for the Dashboard are user: nmis, password: nm1888.

Edit the Open-AudIT scripts (if using a web root subdirectory)

...

For Debian / Ubuntu

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

For RedHat / CentOS

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

Note - if you are upgrading the Opmantek virtual appliance, you will need to copy the files into a subdirectory.

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

...