Skip to content

Lab-control v4.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Sep 23:47

Automated Lab control release

Files:

  • deploy.zip Server deployment zip file. Unzip on the target server and run docker compose up
  • fprs-armv7 Sensor socket server. Built for armv7 cpus.
  • fprs-x86 Sensor socket server. Built for x86 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:

  1. Locate your deploy directory on your server.
  2. cd into the directory and run docker compose stop .
  3. Run docker compose rm to remove the container, but keep the volumes.
  4. cd .. out of the directory and run rm -rf deploy to remove the old installation.
  5. Finally, run the installation script again.