Sentinel Server Update
Download the Sentinel application package to your folder, using your email and password:
cd /home/user/Downloads/
wget --ask-password https://data.sentinelsoftware.com/releases/sentinel-21.x.x.jar \
--user=<user-email>Copy the Sentinel server file to the installation folder. opt/sentinel/ :
cp /home/user/Downloads/sentinel-21.x.x.jar /opt/sentinel/Create a SYMLINK to the new package:
ln -sf sentinel-21.x.x.jar sentinel.jarRestart related Sentinel service:
systemctl restart sentinelRestart NGINX service:
systemctl restart nginxUsing a Chrome browser (require), enter the Sentinel domain to load the application.
Last updated