aboutsummaryrefslogtreecommitdiff
path: root/README
blob: e91a944c014615b8573a785de99cef3b4c4b9e50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Author:
   Benjamin Kellermann <Benjamin dot Kellermann at tu-dresden in germany>
Requirements:
 * ruby
 * git (preferred and default setting) or bzr
 * libgettext-ruby (for localization)
 * htdigest command line tool (sudo aptitude install apache2-utils)
License: 
   GNU AGPL v3 or higer
   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.
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.
   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.
5. In order to let access control work correcly, 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.
     sudo gem install ratom