Vip Docs: Deploying Pixelstreaming server
ssh into krypton at 192.168.40.60
The pixelstreaming server is a system deamon called signalling. So you can simply use systemctl to interact with it.
Taking the server down
systemctl stop signalling
Deploying the server
systemctl start signalling
Updating the frontend
- CD to the frontend dir:
cd /opt/vip/pixelstreaming/PixelStreamingIsn2/WebServers/Frontend/implementations/typescript
- Git pull if you need to.
git pull
- Build the frontend (you must be in
/opt/vip/pixelstreaming/PixelStreamingIsn2/WebServers/Frontend/implementations/typescript)
npm run build-all
- Restart the deamon
systemctl stop signalling
systemctl start signalling
