Commit dd383c8fb457da12320a5d054ef08b8d27fe0967

Authored by Nick Recobra
1 parent e6b0a178
Exists in master and in 1 other branch production

Note on Redmine integration.

Showing 1 changed file with 8 additions and 1 deletions   Show diff stats
README.md
... ... @@ -94,7 +94,14 @@ Lighthouseapp integration
94 94  
95 95 * Account is the name of your subdomain, i.e. **litcafe** for project at http://litcafe.lighthouseapp.com/projects/73466-face/overview
96 96 * Errbit uses token-based authentication. Get your API Token or visit [http://help.lighthouseapp.com/kb/api/how-do-i-get-an-api-token](http://help.lighthouseapp.com/kb/api/how-do-i-get-an-api-token) to learn how to get it.
97   -* Project id is number identifier of your project, i.e. **73466** for project at http://litcafe.lighthouseapp.com/projects/73466-face/overview
  97 +* Project id is number identifier of your project, i.e. **73466** for project at http://litcafe.lighthouseapp.com/projects/73466-face/overview
  98 +
  99 +Redmine integration
  100 +-------------------------
  101 +
  102 +* Account is the host of your redmine installation, i.e. **http://redmine.org**
  103 +* Errbit uses token-based authentication. Get your API Key or visit [http://www.redmine.org/projects/redmine/wiki/Rest_api#Authentication](http://www.redmine.org/projects/redmine/wiki/Rest_api#Authentication) to learn how to get it.
  104 +* Project id is an identifier of your project, i.e. **chilliproject** for project at http://www.redmine.org/projects/chilliproject
98 105  
99 106 TODO
100 107 ----
... ...