Versions Compared

Key

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

...

  • Become root and unpack the tarball:

    Code Block
    # become root
    sudo sh
    # if the tarball was saved in a different location, adjust the following command 
    cd
    tar xzf opEvents-x86_64-1.2.0.tar.gz
  • Start the interactive installer and follow its instructions:

    Code Block
    sudo sh
    cd opEvents-1.2.0
    ./installer
    
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++
    opEvents (1.2.0) Installation script
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++
    
    This installer will install opEvents into /usr/local/omk.
    To select a different installation location please rerun the 
    installer with the -t option.
    ...
  • The installer will interactively guide you through the steps of installing opEvents. Please make sure to read the on-screen prompts carefully.
    For detailed information about the interactive installer please check the Opmantek Installer page.
  • When the  installer finishes, opEvents is installed into /usr/local/omk, and the default configuration files are in /usr/local/omk/conf, ready for your initial config adjustments.
  • A detailed log of the installation process is saved as /usr/local/omk/install.log, and subsequent upgrades or installations of other Opmantek products will add to that logfile.

...