forked from applepi-2067/PiScout-2016
-
Notifications
You must be signed in to change notification settings - Fork 6
Team Specific Updates
Kevin-OConnor edited this page Nov 14, 2017
·
6 revisions
You will need to update the server info to match your remote server.
- Set the AUTH value in serverinfo.py to any desired string. This is used to authenticate data submitted to the server by your scanning instance (like a password).
- Set the SERVER value in serverinfo.py to the web address of your server (e.g. "http://scout.frc238.org" or "http://123.123.123.123")
The menu bar on each page contains a link to the match schedule page for a specific team. To change this to your team, search each .html page in /web/static for "238" and change to match your team number (there should be text and a portion of a link to update in each file).
To change the theme to match your team, edit the following locations:
- The top section (see comments) of the site.css file in web/static/css
- Most of the images (exceptions are updown.gif, desc.gif and asc.gif) in web/static/img
- The header text in each of the html files in the web folder