summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 476070d..4059f81 100644
--- a/README
+++ b/README
@@ -15,7 +15,7 @@ Setup (dev)
$ python3 -m venv env
$ . env/bin/activate
$ pip install -r requirements.txt # Abhängikeiten installieren
- $ python manage.py runserver # Test-Server starten
+ $ python manage.py run # Test-Server starten
Deployment Debian Wheezy
@@ -26,7 +26,7 @@ Deployment Debian Wheezy
$ cd klausurenarchiv
$ cp config.cfg.dist config.cfg # Konfigurationsdatei erstellen
$ vim/emacs/nano config.cfg
- $ apt-get install python3-flask python3-flaskext.wtf python3-flask-script python3-magic python3-werkzeug python3-wtfforms
+ $ apt-get install python3-flask python3-flaskext.wtf python3-magic python3-werkzeug python3-wtfforms
$ cp nginx.cfg ...
$ cp uwsgi.ini ...