Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 386 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 386 Bytes

tag-generator

Die Projekte des shacks sollen getaggt werden

Environment

virtualenv

virtualenv .
. bin/activate
pip install -r < requirements.txt

Running the Server

Flask

  1. cd application
  2. Set Server Name: sed -i 's/incept.krebsco.de:8080/HOST:PORT/' init.py
  3. python init.py