mailr/README

21 lines
471 B
Plaintext
Raw Normal View History

Installation Guide
Requirements
2009-04-18 17:42:14 +02:00
* Ruby 1.8.7
* Rails 2.2.2
Installation
1. Checkout the source code
2009-04-18 17:42:14 +02:00
2. If you need to override some of the default constants used in the application take a look at config/default_site.rb. Then create config/site.rb that contains only the keys which you want to override. Example content of config/site.rb is:
module CDF
LOCALCONFIG = {
:imap_server => 'your.imap.server'
}
end
2009-04-18 17:42:14 +02:00
3 Use it