|
|
|
Welcome to the ErrorNot wiki! |
|
|
\ No newline at end of file |
|
|
|
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.
|
|
|
|
|
|
|
|
h2. Features
|
|
|
|
|
|
|
|
ErrorNot is :
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
h2. Requirements
|
|
|
|
|
|
|
|
Currently you need all of those things to get Oupsnow to run:
|
|
|
|
|
|
|
|
* Ruby of 1.8.6 or greater
|
|
|
|
* Rails 2.3.5
|
|
|
|
* MongoMapper 0.6.10
|
|
|
|
* A MongoDB 1.0.1 or greater
|
|
|
|
|
|
|
|
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 )
|
|
|
|
* configure you database
|
|
|
|
** copy config/database.yml.sample to config/database.yml
|
|
|
|
** update config/database.yml with your database connection and the table name
|
|
|
|
* Start the server in production mode : ruby script/server -e production
|
|
|
|
* You can now register your self /user/new
|
|
|
|
* Have fun
|
|
|
|
|
|
|
|
h2. License
|
|
|
|
|
|
|
|
This program is free software: you can redistribute it and/or modify
|
|
|
|
it under the terms of the GNU Affero General Public License as published by
|
|
|
|
the Free Software Foundation, either version 3 of the License, or
|
|
|
|
(at your option) any later version.
|
|
|
|
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
GNU General Public License for more details.
|
|
|
|
|
|
|
|
You should have received a copy of the GNU Affero General Public License
|
|
|
|
along with this program. If not, see [http://www.fsf.org/licensing/licenses/agpl-3.0.html](http://www.fsf.org/licensing/licenses/agpl-3.0.html) |