Versions Compared

Key

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

Insert excerpt
Environment installation (Windows)
Environment installation (Windows)
nopaneltrue

(as a root user):

  1. Download the environment package to the target machine:

    Code Block
    languagebash
    wget --no-check-certificate https://release.vit.ua/Sentinel/vit_hasp_install.tar.gz -O ~/vit_hasp_install.tar.gz
  2. Decompress the archive:

    Code Block
    languagebash
    tar zxvf ~/vit_hasp_install.tar.gz -C ~
  3. Run the installer:

    Code Block
    languagebash
    sudo ~/vit-hasp/install.sh
    Note

    For simplicity, you can combine the commands from steps 1, 2, 3 into one-liner:

    Code Block
    languagebash
    cd ~ && wget --no-check-certificate https://release.vit.ua/Sentinel/vit_hasp_install.tar.gz && tar zxvf ~/vit_hasp_install.tar.gz && sudo ~/vit-hasp/install.sh

    If the environment is successfully installed, you will be able to open Sentinel Admin Control Center web-application: http://127.0.0.1:1947/

    Info
    titleSee also

    Quick introduction to Admin Control Center