README.md
Errbit: The open source self-hosted Hoptoad Server
Installation
Note: This app is intended for people with experience deploying and maintining Rails applications. If you're uncomfortable with any step below then Errbit is not for you. Checkout Hoptoad from the guys over at Thoughbot, which Errbit is based on.
Set your local box or server(Ubuntu):
Install MongoDB
Follow the directions here then:
aptitude update aptitude install mongodb
Install libxml
apt-get install libxml2 libxml2-dev libxslt-dev
Install Bundler
gem install bundler --pre
Deploy:
Bootstrap Errbit. This will copy over config.yml and also seed the database.
rake errbit:bootstrap
Update the config.yml file with information about your server
cap deploy:setup deploy
TODO
Add form.error_messages Add a deployment view Add ability for watchers to be configured for types of notifications they should receive