Alexia is the management system for the drink rooms in the Zilverling at the University of Twente, the Abscint and MBasement.
MySQL
Due to raw SQL in the migrations only MySQL is supported.
xvfb (optional)
For servers without an X Server.
To set up your own copy of Alexia, use the following steps:
git clone https://github.com/Inter-Actief/alexia.git
pip install -r requirements.txt
cp alexia/conf/settings/local.py.default alexia/conf/settings/local.py
vi alexia/conf/settings.py
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
Code and documentation copyright 2017 the Alexia Authors. Code released under the BSD 3-Clause License.