Tracing service for spaceteam events

Tracing service for TU Wien Spaceteam events.

This service is a special adaption of
Space Trace.

Getting started

Install Python3.8 (or higher), zbar, popper, libxml2

Install all dependencies with:

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
export FLASK_APP=space_trace FLASK_ENV=development
flask run

This launces a simple webserver which can only be accessed from the localhost.

Note: Don’t use this server in production, it is insecure and low
performance.

Deployment

How we deploy this app on Ubuntu.

Install the requirements with:

sudo apt -y install python3-venv python3-pip

 

 

 

To finish reading, please visit source site