aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2010-01-28 09:39:11 +0100
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2010-01-28 09:39:11 +0100
commit2a0762ae07e1a8f83eab6e49e1021ad45d8fccbe (patch)
treea270ab612f99f7ab6aa95237cf2fde7d76ff1e35 /README
parent192b33a2e0b9cebbdee5ce88cfed0d4842128696 (diff)
information about locale added
Diffstat (limited to '')
-rw-r--r--README8
1 files changed, 7 insertions, 1 deletions
diff --git a/README b/README
index 73e43a7..d7736fe 100644
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ Author:
Benjamin Kellermann <Benjamin dot Kellermann at tu-dresden in germany>
Requirements:
* ruby
- * bzr
+ * git (preferred) or bzr
License:
GNU AGPL v3 or higer
see file License
@@ -12,3 +12,9 @@ License:
Make sure, that the webserver can execute ruby + bzr.
2. Copy config_sample.rb to config.rb to start with a default configuration.
3. The webserver needs the permission to write into the directory
+4. You have to build a .mo file from the .po file in order to use the
+ localization. Type:
+ make locale/de/dudle.mo
+ If this does not work for you, you can download the .mo file from another
+ server, i.e., http://dudle.inf.tu-dresden.de/locale/de/dudle.mo and put it
+ into the directory locale/de.