Open-Audit — a system for collecting information about existing equipment and creating reports.
On an example I will describe the installation process in Linux Ubuntu:
1) Download the latest version from the official site
https://www.open-audit.org/downloads.php
2) Switch to the root user, make the downloaded file with Open-AudIT executable and run it:
sudo -i
chmod u+x ./OAE-Linux-x86_64-release_1.12.10.1.run
sh ./OAE-Linux-x86_64-release_1.12.10.1.run
In the installation process, follow the instructions, agreeing with the questions pressing “y” or “Enter“.
Additional components such as apache2, mysql-server, etc. will be automatically installed.
3) Open in the browser web-interface Open-AudIT by reference http://HOST/omk/oae/
Standard login and password – admin/password
Done.