Tracing service for spaceteam events
Tracing service for TU Wien Spaceteam events. This service is a special adaption ofSpace 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 lowperformance. Deployment How we deploy this app on Ubuntu. Install the requirements with: […]
Read more