X-Git-Url: https://git.toastfreeware.priv.at/chrisu/seepark.git/blobdiff_plain/03727cda9deb5c3d693ec80df2b416e6574ca34e..c7e259af5499c1cd5b15389936fec83a0cb2554c:/web/README diff --git a/web/README b/web/README index 6a6ee1f..69dacc1 100644 --- a/web/README +++ b/web/README @@ -40,3 +40,17 @@ https://gr33ndata.blogspot.com/2012/01/waitress-flask.html Generate documentation: cd doc SEEPARKINI=~/seewasser.ini make web + +To make this run on Debian Buster we had to do the following first + +$ cd /home/philipp/opt/pyenv +$ virtualenv -p python3 --system-site-packages seepark +$ source seepark/bin/activate +$ pip install --upgrade sphinx +$ pip install --upgrade sphinxcontrib-httpdomain + + +--- + +Execute unittests +SEEPARKINI=~/seewasser.ini python3 -m unittest seepark_web_tests.py