Automated Lab control release
Files:
deploy.zip
Server deployment zip file. Unzip on the target server and rundocker compose up
fprs-armv7
Sensor socket server. Built forarmv7
cpus.fprs-x86
Sensor socket server. Built forx86
cpus.
You can deploy this release on your server by executing the following command:
curl -sL https://raw.githubusercontent.com/AlvaroParker/lab-control/main/install | bash -s -- --server-ip <ip> --socket-ip <ip>
You'll need docker
, docker-compose
, wget
and unzip
installed on your server for the script to work.
How do I update my lab-control
server installation?
You can update your installation by following this steps:
- Locate your
deploy
directory on your server. cd
into the directory and rundocker compose stop
.- Run
docker compose rm
to remove the container, but keep the volumes. cd ..
out of the directory and runrm -rf deploy
to remove the old installation.- Finally, run the installation script again.