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-vcdx
- VGS: service directory
sentinel-vgsx
- xDeTECH VGS Tester: service directory
sentinel-vgsx-tester
- xDeTECH 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-webapp
- Enter
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.