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