HowTo Setup Redmine

From WebOS Internals
Revision as of 05:48, 23 August 2010 by Halfhalo (talk | contribs) (New page: For Ubuntu Server: 1. sudo apt-get install thin redmine 2. (Assuming sqlite is already installed and is the preferred DB), select sqlite3 as database 3. Create email.yml in /path/to/...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

For Ubuntu Server:

1. sudo apt-get install thin redmine

2. (Assuming sqlite is already installed and is the preferred DB), select sqlite3 as database

3. Create email.yml in /path/to/redmine/config/

Examples: http://www.redmine.org/wiki/redmine/EmailConfiguration

4. Edit environment.rb and change email delivery to true.

5. Run thin start -e production from /path/to/redmine

6. Profit!