summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README12
-rw-r--r--app/templates/_layout.html2
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 @@
</div>
<footer>
- <a href="http://git.spline.de/klausuren/">source</a>
+ <a href="http://git.spline.de/server/klausuren/">source</a>
</footer>
</body>
</html>