Commit 0c611377a1cb8c8695b190d72d3fda4ef4f04225
1 parent
817b228f
Exists in
master
and in
1 other branch
Added TravisCI build status. Also renamed "Hoptoad" to "Airbrake", and reworded first paragraph
Showing
1 changed file
with
11 additions
and
9 deletions
Show diff stats
README.md
1 | -Errbit: The open source self-hosted error catcher | |
2 | -================================================= | |
1 | +Errbit [](http://travis-ci.org/errbit/errbit) | |
2 | +====== | |
3 | 3 | |
4 | -Errbit is an open source, self-hosted error catcher. It is [Hoptoad](http://hoptoadapp.com) | |
5 | -API compliant so you can just point the Hoptoad notifier at your Errbit server if you are | |
6 | -already using Hoptoad. | |
4 | +**The open source self-hosted error catcher** | |
5 | + | |
6 | +Errbit is a tool for collecting and managing errors from other applications. | |
7 | +It is [Airbrake](http://airbrakeapp.com) (formerly known as Hoptoad) API compliant, | |
8 | +so if you are already using Airbrake, you can just point hoptoad_notifier at your Errbit server. | |
7 | 9 | |
8 | 10 | Errbit may be a good fit for you if: |
9 | 11 | |
... | ... | @@ -13,9 +15,9 @@ Errbit may be a good fit for you if: |
13 | 15 | * You want to add customer features to your error catcher |
14 | 16 | * You're crazy and love managing servers |
15 | 17 | |
16 | -If this doesn't sound like you, you should probably stick with [Hoptoad](http://hoptoadapp.com). | |
18 | +If this doesn't sound like you, you should probably stick with [Airbrake](http://airbrakeapp.com). | |
17 | 19 | The [Thoughtbot](http://thoughtbot.com) guys offer great support for it and it is much more worry-free. |
18 | -They have a free package and even offer a *"Hoptoad behind your firewall"* solution. | |
20 | +They have a free package and even offer a *"Airbrake behind your firewall"* solution. | |
19 | 21 | |
20 | 22 | Demo |
21 | 23 | ---- |
... | ... | @@ -30,7 +32,7 @@ Installation |
30 | 32 | |
31 | 33 | *Note*: This app is intended for people with experience deploying and maintining |
32 | 34 | Rails applications. If you're uncomfortable with any step below then Errbit is not |
33 | -for you. Checkout [Hoptoad](http://hoptoadapp.com) from the guys over at | |
35 | +for you. Checkout [Airbrake](http://airbrakeapp.com) from the guys over at | |
34 | 36 | [Thoughtbot](http://thoughtbot.com), which Errbit is based on. |
35 | 37 | |
36 | 38 | **Set your local box or server(Ubuntu):** |
... | ... | @@ -163,7 +165,7 @@ Special Thanks |
163 | 165 | * [Michael Parenteau](http://michaelparenteau.com) - For rocking the Errbit design and providing a great user experience. |
164 | 166 | * [Nick Recobra aka oruen](https://github.com/oruen) - Nick is Errbit's first core contributor. He's been working hard at making Errbit more awesome. |
165 | 167 | * [Relevance](http://thinkrelevance.com) - For giving me Open-source Fridays to work on Errbit and all my awesome co-workers for giving feedback and inspiration. |
166 | -* [Thoughtbot](http://thoughtbot.com) - For being great open-source advocates and setting the bar with [Hoptoad](http://hoptoadapp.com). | |
168 | +* [Thoughtbot](http://thoughtbot.com) - For being great open-source advocates and setting the bar with [Airbrake](http://airbrakeapp.com). | |
167 | 169 | |
168 | 170 | Contributing |
169 | 171 | ------------ | ... | ... |