summaryrefslogtreecommitdiffstats
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
parent46e41b765dbb0c5149763cd0569e672351cfc481 (diff)
downloadklausuren-719a0af0acfa85f5fd68d8752e19c1dcde303923.tar.gz
klausuren-719a0af0acfa85f5fd68d8752e19c1dcde303923.tar.bz2
klausuren-719a0af0acfa85f5fd68d8752e19c1dcde303923.zip
update repo url
-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>