...
Run the script by entering the command
Code Block | ||
---|---|---|
| ||
./install.pl restore=y |
You will be prompted for your MySQL root user credentials. Any existing files and database will be removed from the server. The backed-up files will be restored to the server, the daemon reinstalled and configured, the database restored and the daemon started.
Checking Dependencies
To check the dependies dependencies are installed without actually installing perform the following steps (after copying and extracting the tarball as above):
Run the script by entering the command
Code Block | ||
---|---|---|
| ||
./install.pl check_dependencies_only=y |
The script will run, check the dependencies are installed and inform you if they are or provide information on which packages are not and offer the commands for you to install them.
Uninstalling
To uninstall Open-AudIT and delete all data perform the following steps (after copying and extracting the tarball as above):
Run the script by entering the command
Code Block | ||
---|---|---|
| ||
./install.pl uninstall=y |
The script will offer to provide a backup of the existing files and data (as per above) and then confirm that you do wish to uninstall Open-AudIT. If you answer 'y', the files will be deleted, the daemon removed and the database and database user dropped.