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

installer from http
  1. package to the target machine:

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

. Execute the following commands in the terminal (as a root user)
  1. :

    Code Block
    languagebash
    tar zxvf ~/vit_hasp_install.tar.gz -C ~
  2. 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 
/"path to the package"/ sh install_hasp.sh
  1. ~ && 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