Versions Compared

Key

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

...

A more in depth explanation for Linux users is available on this page. That page details items like Apache proxy configuration, ip tables concerns, etc. The installer should take care of these automatically, but in case something goes wrong, please consult that page.

NOTE - Installing on Windows 10 is possible, you will need to answer a lot of "yes, I'm sure" type questions. See linked article for examples, https://www.theregister.com/2020/06/05/windows_10_microsoft_defender_smartscreen/

Upgrading

Upgrading is essentially the same as installing - although you will already have Nmap, so no need to reinstall that.

...

Don't forget we have release notes available for every version so you'll know exactly what has changed.

 

 



Database Creation

Open-AudIT requires a database to store its information in. If you ever need to manually create this database, the commands to do so are below. You should have already set a root password. If you have not, the default root password set by an Open-AudIT installation is openauditrootuserpassword.

...

Code Block
c:\xampp\mysql\bin\mysql -u root -p openaudit -e "c:\xampp\open-audit\other\openaudit_mysql.sql"

...

 




Windows

Create the database.

...

Code Block
c:\xampp\mysql\bin\mysql -u root -p openaudit -e "c:\xampp\open-audit\other\openaudit_mysql.sql"

 

 

...