Versions Compared
compared with
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
(as a root user):
Download the environment package to the target machine:
Code Block language bash wget --no-check-certificate https://release.vit.ua/Sentinel/vit_hasp_install.tar.gz -O ~/vit_hasp_install.tar.gz
Decompress the archive:
Code Block language bash tar zxvf ~/vit_hasp_install.tar.gz -C ~
Run the installer:
Code Block language bash sudo ~/vit-hasp/install.sh
Note For simplicity, you can combine the commands from steps 1, 2, 3 into one-liner:
Code Block language bash 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 title See also