- Madison Jordan
- Jose Hernandez
- Ramon Amini
- Marco Andrade
OS: Tuffix (Ubuntu)
sudo apt update
sudo apt install --yes python3-pip ruby-foreman sqlite3 httpie redis
python3 -m pip install -r requirements.txt
- run
./bin/init_db.sh
from project root directory
sudo service cron start
to start cron if it's not already running- run
./bin/init.sh
from project root directory foreman start
- You can run tests from the autodocs interface
Note: The answer check function and new game creation uses gameid
, which is implemented as the current date (in UTC timezone by default). Games will be played based on the UTC date and therefore might not match the date in your timezone.
See changes to past services in CHANGELOG.md