aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2010-04-13 09:20:56 +0200
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2010-04-13 09:20:56 +0200
commit56c0d7a9358783d0c9515ff0eeee3e910b847367 (patch)
tree7197578ad0cbba1675f2b2bfa93fcb1366a3e99a /README
parenta2bc81e2f44e29f125849fe7a87f4165c5a0a78e (diff)
readme updated to latest infos
Diffstat (limited to '')
-rw-r--r--README9
1 files changed, 5 insertions, 4 deletions
diff --git a/README b/README
index d7736fe..892777f 100644
--- a/README
+++ b/README
@@ -3,18 +3,19 @@ Author:
Requirements:
* ruby
* git (preferred) or bzr
+ * libgettext-ruby (for localization)
License:
GNU AGPL v3 or higer
see file License
=== Installation ===
1. Place this application into a directory where cgi-scripts are evaluated.
- 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
+ make
+ This requires libgettext-ruby-util, potool, and make to be installed.
+ If this does not work for you, you can download the .mo files from another
+ server, e.g., put http://dudle.inf.tu-dresden.de/locale/de/dudle.mo
into the directory locale/de.