Versions Compared

Key

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

...

Installation Steps

  • Copy the opReports opMaps tarball to the server (a tarball is a GZIP'd tar file, e.g. opMaps64opMaps-Linux-x86_64-1.3.tar.gz for 64bit Linux or opMaps-Linux-i686-1.3.tar.gz for 32bit Linux)
    1. You may need to use SCP or FTP to get the file onto the server.
  • The file will now likely be in the users home directory.
  • If the installation directory does not already exist
  • Change into the directory where the tarball was copied
  • Untar the file
Code Block
themeEmacs
cd /usr/local
tar xvf ~/opMaps64opMaps-Linux-x86_64-<version>.tar.gz
cd opmantek/
cp install/Maps.nmis conf/
cp install/opCommon.nmis conf/ 
bin/opfixperms.pl
cp install/01opmantek.conf /etc/httpd/conf.d/
service httpd restart

...