Versions Compared

Key

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

Prerequisites

...

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

Fix the file permissions

For Debian / Ubuntu

Code Block
languagebash
chmod -R 775 /var/www/

...

Code Block
languagebash
chmod -R 775 /var/www/html/open-audit

Restore old files (if required)

Copy any attachment files from your old to the new install.

...