- Import the postgresql schema
schema.sql
- Copy the sample
settings.py.sample
tosettings.py
- Configure the variables
- Run
main.py
You can use python3's virtualenv to deploy the server.
virtualenv .
source bin/activate
ip install -r requirements.txt
- Proceed with regular setup
To use this server with your GPN17 Badge you need to configure a reverse proxy (for example nginx) with a working TLS setup. Note that you need at least one of the following ciphers:
TLS_RSA_AES128_CBC_SHA
TLS_RSA_AES256_CBC_SHA