Versions Compared

Key

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

Insert excerpt
Environment installation (Windows)
Environment installation (Windows)
nopanel

Download the environment installer from 

true

(as a root user):

  1. Download the environment 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.
zipExecute the following commands in the terminal (as a root user)
  1. tar.gz
  • Unzip the archive. 
    1. Decompress the archive:

      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 installer 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