summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
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