Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 304 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 304 Bytes

Server Seminar 2018

Prerequisites

  • Python 3.6+
  • virutalenv

Development

Setup

# Set virtual environment.
virtualenv env
source ./env/bin/activate

# Install requirements.
pip install -r requirements.txt

Run

FLASK_APP=app.py flask run -h 0.0.0.0 --with-threads