Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 908 Bytes

File metadata and controls

23 lines (18 loc) · 908 Bytes

Viper Docker Development environment

The scouting server can be run for development on pretty much any Windows, Mac, or Linux computer using Docker.

  1. Install docker from docs.docker.com/compose/install/
  2. Use git to clone the code: git clone https://github.com/FRCTeam1073-TheForceTeam/viper.git
  3. Open a command line in the directory where you cloned the code
  4. Run ./script/cgi-setup.sh
  5. Run docker compose up
  6. Visit http://localhost:1073/
  7. Make code changes.
  8. Save code files.
  9. Refresh web browser.

When you are done, run docker compose down to stop the server.

Other documentation