Skip to content

Team Specific Updates

Kevin-OConnor edited this page Nov 14, 2017 · 6 revisions

Tailoring PiScout for your team

Server

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")

Webpages

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).

Theme (optional)

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