aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2011-12-15 17:17:50 +0100
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2011-12-15 17:17:50 +0100
commit89435eb50fe11d13f83c0941fe67ad7e05e1ac66 (patch)
tree0c591d509c9accbb54724b1324c7fb892c995e45 /README
parent4902522900eceb90f09445c82948f4cb7bf8df5d (diff)
add a hint about downloading .mo files
Diffstat (limited to '')
-rw-r--r--README18
1 files changed, 10 insertions, 8 deletions
diff --git a/README b/README
index 6913aa6..4ac7158 100644
--- a/README
+++ b/README
@@ -14,14 +14,16 @@ License:
(see config_sample.rb for help)
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
- This requires libgettext-ruby-util, potool, and make to be installed.
- sudo aptitude install libgettext-ruby-util potool make
- If this does not work for you, you can download the .mo files from another
- server, e.g., put https://dudle.inf.tu-dresden.de/locale/de/dudle.mo
- into the directory locale/de.
+4. You need .mo files in order to use localisations.
+ You have 2 possibilities:
+ a. Run this small script to fetch the files from the main server:
+ cd $DUDLE_INSTALLATION_PATH
+ for i in locale/??; do
+ wget -O $i/dudle.mo https://dudle.inf.tu-dresden.de/locale/`basename $i`/dudle.mo
+ done
+ b. Build them on your own. This requires libgettext-ruby-util, potool, and make to be installed.
+ sudo aptitude install libgettext-ruby-util potool make
+ make
5. In order to let access control work correctly, the webserver needs
auth_digest support. It therefore may help to type:
sudo a2enmod auth_digest