summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMarian Sigler <m@qjym.de>2017-02-13 12:49:16 +0100
committerMarian Sigler <m@qjym.de>2017-02-13 12:49:16 +0100
commit719a0af0acfa85f5fd68d8752e19c1dcde303923 (patch)
tree605c65155c7579c8b28c169e1084dc4fb1cc52ef /README
parent46e41b765dbb0c5149763cd0569e672351cfc481 (diff)
downloadklausuren-719a0af0acfa85f5fd68d8752e19c1dcde303923.tar.gz
klausuren-719a0af0acfa85f5fd68d8752e19c1dcde303923.tar.bz2
klausuren-719a0af0acfa85f5fd68d8752e19c1dcde303923.zip
update repo url
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 6 insertions, 6 deletions
diff --git a/README b/README
index 08f5995..ef1b8da 100644
--- a/README
+++ b/README
@@ -8,23 +8,23 @@ werden. Fit ist in Python2 mit Hilfe von Flask geschrieben.
Setup (dev)
-----------
- $ git clone git://git.spline.de/klausuren # Source-Code herunterladen
+ $ git clone git://git.spline.de/server/klausuren # Source-Code herunterladen
$ cd klausurenarchiv
- $ cp config.cfg.dist config.cfg # Konfigurationsdatei erstellen
+ $ cp config.cfg.dist config.cfg # Konfigurationsdatei erstellen
$ vim/emacs/nano config.cfg
$ virtualenv2 env
$ . env/bin/activate
- $ pip install -r requirements.txt # Abhängikeiten installieren
- $ python manage.py runserver # Test-Server starten
+ $ pip install -r requirements.txt # Abhängikeiten installieren
+ $ python manage.py runserver # Test-Server starten
Deployment Debian Wheezy
------------------------
$ cd /var/www/
- $ git clone git://git.spline.de/klausuren # Source-Code herunterladen
+ $ git clone git://git.spline.de/server/klausuren # Source-Code herunterladen
$ cd klausurenarchiv
- $ cp config.cfg.dist config.cfg # Konfigurationsdatei erstellen
+ $ cp config.cfg.dist config.cfg # Konfigurationsdatei erstellen
$ vim/emacs/nano config.cfg
$ apt-get install python-flask python-flaskext.wtf python-virtualenv uwsgi uwsgi-plugin-python
$ pip install flask-script