-
Notifications
You must be signed in to change notification settings - Fork 69
Running Cheesy Arena in the Road Case
Patrick Fairbank edited this page Oct 5, 2018
·
3 revisions
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.