The scouting server can be run for development on pretty much any Windows, Mac, or Linux computer using Docker.
- Install docker from docs.docker.com/compose/install/
- Use git to clone the code:
git clone https://github.com/FRCTeam1073-TheForceTeam/viper.git - Open a command line in the directory where you cloned the code
- Run
./script/cgi-setup.sh - Run
docker compose up - Visit http://localhost:1073/
- Make code changes.
- Save code files.
- Refresh web browser.
When you are done, run docker compose down to stop the server.