Prerequisites
...
You should now be able to point a web browser at http://SERVER:40828042/omk/oae and at http://SERVER/omk/oae
...
Code Block | ||
---|---|---|
| ||
\cp -Rf /usr/local/open-audit/www/* /var/www/html/open-audit/ |
Fix the file permissions
For Debian / Ubuntu
Code Block | ||
---|---|---|
| ||
chmod -R 775 /var/www/ |
...
Code Block | ||
---|---|---|
| ||
chmod -R 775 /var/www/html/open-audit |
Restore old files (if required)
Copy any attachment files from your old to the new install.
...