Prerequisites
...
You should now be able to point a web browser at http://SERVER:4082/omk/oae and at http://SERVER/omk/oae
The default credentials for the Dashboard are user: nmis, password: nm1888.
...
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.
...
If you have any Groups or Report files saved in /usr/local/open-audit_backup/code_igniter/application/controllers/(groups or reports)/ that have been custom written, you may wish to copy them to the new install. If they are already activated in the database, there should be no need.
Restart Apache
We need to restart (or reload the config, really) Apache to enable the proxy Log in to Open-AudIT at http://SERVER/index.php/main/list_groups and go to Help -> About and perform the database upgrade.
If you do not see the Open-AudIT logon page in your browser, you may need to reload the Apache config.
For Debian / Ubuntu
...
Code Block | ||
---|---|---|
| ||
service httpd reload |
Log in to In the Open-AudIT at http://SERVER/index.php/main/list_groups and go to Help -> About and perform the database upgrade.Go web interface, go to Menu -> Admin -> Config and set the URLs for opMaps, Dashboard and NMIS. These will likely be:
For opMaps - http://IPADDRESS/omk/oae/map
...