Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • E ErrorNot
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 14
    • Issues 14
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Administrator
  • ErrorNot
  • Wiki
  • Home

Home · Changes

Page history
Migrated from home v5 authored Sep 13, 2010 by louisameline's avatar louisameline
Show whitespace changes
Inline Side-by-side
Showing with 10 additions and 11 deletions
+10 -11
  • Home.textile Home.textile +10 -11
  • No files found.
Home.textile
View page @ 52125cee
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
......
Clone repository
  • API informations
  • Home