summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorNico Geyso <nico.geyso@fu-berlin.de>2014-12-10 15:02:11 +0100
committerNico Geyso <nico.geyso@fu-berlin.de>2014-12-10 15:02:11 +0100
commit21736620dd994791cb7e0c43f1bcd1cb636488bc (patch)
tree3c84f8a608e58151764cfd230e318c6bb2df1a93 /README
parent25a11d7314463f360141db1dcd7a5061ac258403 (diff)
downloadklausuren-21736620dd994791cb7e0c43f1bcd1cb636488bc.tar.gz
klausuren-21736620dd994791cb7e0c43f1bcd1cb636488bc.tar.bz2
klausuren-21736620dd994791cb7e0c43f1bcd1cb636488bc.zip
Fix git url
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index fd66c17..08f5995 100644
--- a/README
+++ b/README
@@ -8,7 +8,7 @@ werden. Fit ist in Python2 mit Hilfe von Flask geschrieben.
Setup (dev)
-----------
- $ git clone git://git.spline.de/klausurenarchiv # Source-Code herunterladen
+ $ git clone git://git.spline.de/klausuren # Source-Code herunterladen
$ cd klausurenarchiv
$ cp config.cfg.dist config.cfg # Konfigurationsdatei erstellen
$ vim/emacs/nano config.cfg
@@ -22,7 +22,7 @@ Deployment Debian Wheezy
------------------------
$ cd /var/www/
- $ git clone git://git.spline.de/klausurenarchiv # Source-Code herunterladen
+ $ git clone git://git.spline.de/klausuren # Source-Code herunterladen
$ cd klausurenarchiv
$ cp config.cfg.dist config.cfg # Konfigurationsdatei erstellen
$ vim/emacs/nano config.cfg
@@ -38,7 +38,7 @@ Config
* DEBUG
* FORM_START_YEAR - Startjahr für Upload-Formular
* ALLOWD_EXTENSIONS - Erlaubte Dateien beim Upload
-* STUDIES - Dictionary von Studiengängen. Die Liste von Tuples sind Basismodule
+* STUDIES - Dictionary von Studiengängen. Die Liste sind Basismodule
eines Studienganges. Sie werden bei der Modul-Auswahl beim
Upload-Formular immer angezeigt.