|
|
|
h1. ErrorNot
|
|
|
|
|
|
|
|
A service to keep all your errors raised. You can push it by POST request
|
|
|
|
and after, you can define if this error is resolved or not.
|
|
|
|
A service to be sure that all errors in your apps are raised. You can push errors by POST request
|
|
|
|
and then do their follow up (pending, resolved, etc) in the app.
|
|
|
|
|
|
|
|
h2. Features
|
|
|
|
|
|
|
|
ErrorNot is :
|
|
|
|
ErrorNot :
|
|
|
|
|
|
|
|
* Multi projects
|
|
|
|
* Allow mark error like resolved or not
|
|
|
|
* Allow comment all error save in ErrorNot
|
|
|
|
* Allow add several user to see, comment and mark resolved project by project
|
|
|
|
* Notify by email only if error is new or re-raised after mark like resolved
|
|
|
|
* Is multi-project and multi-user
|
|
|
|
* Allows you to set a status to the error (pending, etc)
|
|
|
|
* Allows you to comment the errors
|
|
|
|
* Notifies you by email every time a new error is raised
|
|
|
|
|
|
|
|
h2. Requirements
|
|
|
|
|
|
|
|
Currently you need all of those things to get ErrorNot to run:
|
|
|
|
You will need :
|
|
|
|
|
|
|
|
* Ruby of 1.8.6 or greater
|
|
|
|
* Rails 2.3.5
|
| ... | ... | @@ -26,7 +25,7 @@ h2. Installing |
|
|
|
|
|
|
|
* fetch source from our github account ( git clone git://github.com/AF83/ErrorNot.git )
|
|
|
|
* install rails gem ( gem install rails -v2.3.5 )
|
|
|
|
* install all gem required by ErrorNot ( rake gems:install )
|
|
|
|
* install all gems required by ErrorNot ( rake gems:install )
|
|
|
|
* configure you database
|
|
|
|
** copy config/database.yml.sample to config/database.yml
|
|
|
|
** update config/database.yml with your database connection and the table name
|
| ... | ... | @@ -34,7 +33,7 @@ h2. Installing |
|
|
|
** copy config/email.yaml.sample to config/email.yml
|
|
|
|
** update it with email configuration (sendmail or smtp information)
|
|
|
|
* Start the server in production mode : ruby script/server -e production
|
|
|
|
* You can now register your self /user/new
|
|
|
|
* You can now register yourself /user/new
|
|
|
|
* Have fun
|
|
|
|
|
|
|
|
h2. License
|
| ... | ... | |