aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2011-03-28 13:13:07 +0200
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2011-03-28 13:13:07 +0200
commit5e8a404f6cbf0ed8a397fa8c95528568280a4aec (patch)
tree0eebf8b610677ba2f9cf0aa64407b091a413f586 /README
parent9f1a8e209c33597c78bf4e0bc57a902bc39471c8 (diff)
add dependencies for ratom, thanks to Mr. Romeyke
Diffstat (limited to '')
-rw-r--r--README6
1 files changed, 4 insertions, 2 deletions
diff --git a/README b/README
index 4e9142b..34abf28 100644
--- a/README
+++ b/README
@@ -8,7 +8,7 @@ Requirements:
License:
GNU AGPL v3 or higher
see file License
-
+
=== Installation ===
1. Place this application into a directory where cgi-scripts are evaluated.
2. Copy config_sample.rb to config.rb to start with a default configuration.
@@ -17,13 +17,15 @@ License:
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.
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
-6. In order to get atom-feed support you need ruby-ratom to be installed.
+6. In order to get atom-feed support you need ruby-ratom to be installed. E.g.:
+ sudo aptitude install rubygems ruby-dev libxml2-dev zlib1g-dev
sudo gem install ratom
=== Pimp your Installation ===