Title
Create new category
Edit page index title
Edit category
Edit link
Starting the Services on the Container
If running the All-in-one container, once the services are configured, the services can be started in this order.
VCDx: service directory
sentinel-vcdxVGS: service directory
sentinel-vgsxxDeTECH VGS Tester: service directory
sentinel-vgsx-testerxDeTECH Web App: service directory
sentinel-webapp
For the first 3 services run the start-up scripts ./{service directory}/bin/startup.sh &.
Example: ./sentinel-vcdx/bin/startup.sh &.
For the web app:
Navigate to the sentinel-webapp directory, for example
cd sentinel-webappEnter
node app.js
Starting the VCDx GPU Container
The vcdx-gpu deployment requires nvidia-smi to be installed on the host machine.
To start the vcdx-gpu container, use the command:
Where the port, container version, and optional environment variables will change depending on your deployment.