From 719a0af0acfa85f5fd68d8752e19c1dcde303923 Mon Sep 17 00:00:00 2001 From: Marian Sigler Date: Mon, 13 Feb 2017 12:49:16 +0100 Subject: update repo url --- README | 12 ++++++------ app/templates/_layout.html | 2 +- 2 files changed, 7 insertions(+), 7 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 diff --git a/app/templates/_layout.html b/app/templates/_layout.html index 07b955d..41e6c2a 100644 --- a/app/templates/_layout.html +++ b/app/templates/_layout.html @@ -41,7 +41,7 @@ -- cgit v1.2.3-1-g7c22