Haldis web application code, official upstream is at https://github.com/ZeusWPI/Haldis/ — [Menus](https://git.zeus.gent/haldis/menus)
Go to file
2019-04-05 01:48:59 +02:00
app add database population script 2019-04-04 18:27:50 +02:00
.gitignore add venv creation to script, add to readme and gitignore 2019-04-01 23:42:59 +02:00
first-setup.sh add some nice formatting 2019-04-05 01:48:59 +02:00
LICENSE This is really going to hurt 2015-03-31 20:15:22 +02:00
populate-db.sh use pip-tools for dependecy management, update setup script 2019-04-05 01:25:30 +02:00
README.md add venv creation to script, add to readme and gitignore 2019-04-01 23:42:59 +02:00
requirements.in fix pip-tools dep 2019-04-05 01:29:48 +02:00
requirements.txt use pip-tools for dependecy management, update setup script 2019-04-05 01:25:30 +02:00

Haldis

Haldis is your friendly neighbourhood servant. He exists so lazy fucks like you and me don't need to keep tabs of who is ordering what from where. Start an order and let people add items with a simple mouse-click! No more calculating prices and making lists! Be lazier today!

Local hosting steps

  1. This is a Python 3 project so make sure to use python 3 and pip3 everywhere
  2. Run pip install -r requirements.txt
  3. cd app
  4. Copy config.example.py to config.py
  5. Copy the python files from database/ to app/ (yes, it's sad, I know)
  6. Run python create_database.py in app/ (if you want to fill the DB with sample data be sure to answer Y to Do you still want to add something?)
  7. Run rm -f add_* create_database.py* in app/
  8. Run python haldis.py runserver

Or run ./first-setup.sh in the root of the git folder (in linux)