scoreBoard is a simple tool for displaying the score of any game.
The original scoreBoard has been written in messy PHP.
rc-scoreboard
is a fork of scoreboard which is aiming at providing a fully
comprehensive solution for the RoboCup competition.
The only real dependency is python
(preferably cpython2) and pip
so that you
can install other dependencies (see requirements.txt).
- 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)
- Install Python, PIP and GIT. Make sure the
libevent-dev
is also installed. You can easily installed by runningapt-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.
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.
(c) 2012 - 2013, XLC Team, http://xlc-team.info