The scoreboard data is fetched from the main scoring system server. The data is cached locally and updated at certain interval (currently 30 seconds).
/path_to_app_engine/dev_appserver.py .
- Authenticate the Google App Engine API (so that resources can be assigned) using auth json (which can be obtained from GAE console) with command
gcloud auth activate-service-account --key-file ./<auth json> - Authenticate Google Account by loginning in using
gcloud auth login - Set environmental variable SERVER_IP that points to IP address of the scoring server
- Deploy using
gcloud app deploy
- Python 2.7.6
- Google App Engine