Running Cheesy Arena in the Road Case - Team254/cheesy-arena GitHub Wiki

Cheesy Arena is installed on Computer 2 within the road case. It is recommended to download and build Cheesy Arena from source at the start of your event, to ensure you have the latest updates and fixes. Follow these instructions:

  1. Open a Terminal window.
  2. Navigate to the Cheesy Arena repo root with cd /Users/webcastandrecording/gopath/src/github.com/Team254/cheesy-arena/.
  3. Run git checkout -f to clean out any changes from the last event.
  4. Run git checkout master to switch to the master branch.
  5. Run git pull to download any updates (requires an internet connection).
  6. Run go build to build Cheesy Arena.
  7. Run rm event.db to clear the previous event's database.
  8. Run ./cheesy-arena to start Cheesy Arena.
  9. Open Chrome and navigate to http://10.0.100.5:8080 to start using Cheesy Arena.