Name Last Update
app Loading commit data...
autotest Loading commit data...
config Loading commit data...
db Loading commit data...
doc Loading commit data...
lib Loading commit data...
public Loading commit data...
script Loading commit data...
spec Loading commit data...
vendor Loading commit data...
.gitignore Loading commit data...
.rspec Loading commit data...
Capfile Loading commit data...
Gemfile Loading commit data...
Gemfile.lock Loading commit data...
README.md Loading commit data...
Rakefile Loading commit data...
config.ru Loading commit data...

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):

  1. Install MongoDB

    • Follow the directions here then:

      aptitude update aptitude install mongodb

  2. Install libxml

    apt-get install libxml2 libxml2-dev libxslt-dev
    
  3. Install Bundler

     gem install bundler --pre
    

Deploy:

  1. Bootstrap Errbit. This will copy over config.yml and also seed the database.

    rake errbit:bootstrap
    
  2. Update the config.yml file with information about your server

  3. 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