Versions Compared

Key

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

...

  • copy the tarball to the server, into your users home directory
  • untar the file into a location of your choice, the default location is /usr/local/opExport 

  • copy the config file 
  • Code Block
    cd /usr/local
    tar xvf ~/opExport-x86_64-1.0.0.tar.gz
    chown -R nmis:nmis opExport 
    cd opExport
    cp ./install/opCommon.nmis ./conf/opCommon.nmis 
  • Set the key that the daemons will use to verify each other in opCommon.nmis (opexport_connection_key)

...