Versions Compared

Key

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

...

The individual performing this installation has some Linux experience.
Root level server access.
A working copy of Open-AudIT (starting from an NMIS VM is a good idea, if you prefer to install it yourself see the Open-AudIT Installation Guide)Nmap 6, Apache 2, MySQL 5, PHP 5.2, PHP extensions MB_String and PHP_SNMP.

Installation Steps

Copy the OAE tarball to the server (a tarball is a GZIP'd tar file, e.g. OAE-Linux-x86_64-1.0.tar.gz). You may need to use SCP or FTP to get the file onto the server. The file will now likely be in the users home directory.
 Change into the /usr/local directory.

Code Block
languagebash
cd /usr/local

...

Untar the file.

Code Block
languagebash
tar xvf ~/OAE-Linux-x86_64-1.0.4.tar.gz

 

Fix the file ownership and permissions.

...

Code Block
languagebash
cd omk/

...

Install the daemon.

Code Block
languagebash
cp install/omkd.init.d /etc/init.d/omkd
chkconfig --add omkd

...