Versions Compared

Key

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

...

Code Block
themeEmacs
cd /usr/local
tar xvf ~/opReports-Linux-x86_64-<version>.tar.gz
cd opmantek/
cp install/opReports.nmis conf/
cp install/opCommon.nmis conf/
bin/opfixperms.pl
cp install/01opmantek.conf /etc/httpd/conf.d/
service httpd restart

Debian/Ubuntu

 

Code Block
cp install/01opmantek.conf /etc/apache2/conf.d/
service apache2 restart

 

  • Update the crontab to run the default reports every day for the last 1 day and every week for the last week.  Below is the crontab entries required.
  • To edit the crontab, use the command "crontab -e"

...

The default URL to access opMaps is http://nmis.domain.com/cgi-omk/opReports.pl

Any authentication challenges will be the same as to login to your NMIS8 system.

...