Skip to content

Latest commit

 

History

History
55 lines (37 loc) · 2.07 KB

README.md

File metadata and controls

55 lines (37 loc) · 2.07 KB

scoreBoard

scoreBoard is a simple tool for displaying the score of any game.

The original scoreBoard has been written in messy PHP.

About rc-scoreboard

rc-scoreboard is a fork of scoreboard which is aiming at providing a fully comprehensive solution for the RoboCup competition.

Dependencies

The only real dependency is python (preferably cpython2) and pip so that you can install other dependencies (see requirements.txt).

Setting up a development environment

  • You need to create some virtual environment
  • Then install all the dependencies by running $ pip install -r requirements.txt as superuser
  • Then, to get all we need $ python manage.py collectstatic
  • Now we shall sync the DB $ python manage.py syncdb
  • And in case we want to export results to PDF files, wkhtmltopdf has to be installed (the actual application, not the python wrapper)

Server installation

  • Install Python, PIP and GIT. Make sure the libevent-dev is also installed. You can easily installed by running apt-get install libevent-dev as root on Debian-like Linux servers.
  • Clone this repository to a directory of your linking.
  • Install all the dependencies by running $ pip install -r requirements.txt as superuser
  • If you want to export results to PDF files, make sure the wkhtmltopdf executable is present at the server.

Note: This application is still in the alpha version and not meant for actual use. Please contact us if you plan on using it.

Tests

You can run the tests by executing

$ ./manage.py test scorebrd

We really appreciate feedback, so if you have any questions or find any bug please create new issue.

Some screenshots of this application

dashboard group match

(c) 2012 - 2013, XLC Team, http://xlc-team.info