-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
29 lines (19 loc) · 758 Bytes
/
README
File metadata and controls
29 lines (19 loc) · 758 Bytes
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
28
29
# Downloading #
git clone git://github.com/tsauvine/coursefeedback.git
# Installing #
Install gems
gem install daemons
gem install ruby-net-ldap
gem install shoulda
Configure database settings
cp config/database.yml.base config/database.yml
$EDITOR config/database.yml
Configure settings
cp config/initializers/settings.rb.base config/initializers/settings.rb
$EDITOR config/initializers/settings.rb
# E-mail notifications #
E-mail notification settings are specified in config/initializers/settings.rb
NOTIFICATIONS_SENDER_EMAIL is the 'from' address of the notification mails.
PATH_PREFIX specifies the base url of the links.
Notifications are sent by a background worker. The worker deamon must be started by running
script/worker start