Commit 1d72a9268ab0f0de7dfc559f06451afa4d99d529

Authored by Nathan Broadbent
1 parent 10dcc7f0
Exists in master and in 1 other branch production

Added note to the README about centralized Errbit app [ci skip]

Showing 1 changed file with 16 additions and 8 deletions   Show diff stats
@@ -125,28 +125,27 @@ Upgrading @@ -125,28 +125,27 @@ Upgrading
125 If we change the way that data is stored, this will run any migrations to bring your database up to date. 125 If we change the way that data is stored, this will run any migrations to bring your database up to date.
126 126
127 127
128 -Lighthouseapp Integration  
129 -------------------------- 128 +Issue Trackers
  129 +--------------
  130 +
  131 +**Lighthouseapp Integration**
130 132
131 * Account is the name of your subdomain, i.e. **litcafe** for project at http://litcafe.lighthouseapp.com/projects/73466-face/overview 133 * Account is the name of your subdomain, i.e. **litcafe** for project at http://litcafe.lighthouseapp.com/projects/73466-face/overview
132 * 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. 134 * 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.
133 * Project id is number identifier of your project, i.e. **73466** for project at http://litcafe.lighthouseapp.com/projects/73466-face/overview 135 * Project id is number identifier of your project, i.e. **73466** for project at http://litcafe.lighthouseapp.com/projects/73466-face/overview
134 136
135 -Redmine Integration  
136 -------------------------- 137 +**Redmine Integration**
137 138
138 * Account is the host of your redmine installation, i.e. **http://redmine.org** 139 * Account is the host of your redmine installation, i.e. **http://redmine.org**
139 * 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. 140 * 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.
140 * Project id is an identifier of your project, i.e. **chilliproject** for project at http://www.redmine.org/projects/chilliproject 141 * Project id is an identifier of your project, i.e. **chilliproject** for project at http://www.redmine.org/projects/chilliproject
141 142
142 -Pivotal Tracker Integration  
143 -------------------------- 143 +**Pivotal Tracker Integration**
144 144
145 * Errbit uses token-based authentication. Get your API Key or visit [http://www.pivotaltracker.com/help/api](http://www.pivotaltracker.com/help/api) to learn how to get it. 145 * Errbit uses token-based authentication. Get your API Key or visit [http://www.pivotaltracker.com/help/api](http://www.pivotaltracker.com/help/api) to learn how to get it.
146 * Project id is an identifier of your project, i.e. **24324** for project at http://www.pivotaltracker.com/projects/24324 146 * Project id is an identifier of your project, i.e. **24324** for project at http://www.pivotaltracker.com/projects/24324
147 147
148 -Thoughtworks Mingle Integration  
149 -------------------------------- 148 +**Thoughtworks Mingle Integration**
150 149
151 * Account is the host of your mingle installation. i.e. **https://mingle.example.com** *note*: You should use SSL if possible. 150 * Account is the host of your mingle installation. i.e. **https://mingle.example.com** *note*: You should use SSL if possible.
152 * Errbit uses 'sign-in name' & password authentication. You may want to set up an **errbit** user with limited rights. 151 * Errbit uses 'sign-in name' & password authentication. You may want to set up an **errbit** user with limited rights.
@@ -154,6 +153,15 @@ Thoughtworks Mingle Integration @@ -154,6 +153,15 @@ Thoughtworks Mingle Integration
154 * Card properties are comma separated key value pairs. You must specify a 'card_type', but anything else is optional. i.e. card_type = Defect, status = Open, priority = Essential 153 * Card properties are comma separated key value pairs. You must specify a 'card_type', but anything else is optional. i.e. card_type = Defect, status = Open, priority = Essential
155 154
156 155
  156 +Errbit for Errbit
  157 +-----------------
  158 +
  159 +There is a central Errbit instance running on heroku at **http://errbit-central.heroku.com**.
  160 +Your Errbit instance will send it's errors there by default.
  161 +If you are running vanilla Errbit, it would be really helpful if you could leave these settings unchanged.
  162 +However, if you fork Errbit and are making lots of changes, please do point your errors back to your own instance of Errbit.
  163 +
  164 +
157 TODO 165 TODO
158 ---- 166 ----
159 167