More Info: http://www.trincoll.edu/events/robot/rules-1.html
- cd ~
- virtualenv robotics
- source robotics/bin/activate
- cd scoring-system
- pip install -r requirements.txt
- mysql.server start
- redis-server start
- gunicorn --bind 0.0.0.0:8090 run
- MySQL
- Python 2.7.3
- Redis