Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shingara/oupsnow
A bugtracker in Rails/MongoMapper
https://github.com/shingara/oupsnow
Last synced: 3 months ago
JSON representation
A bugtracker in Rails/MongoMapper
- Host: GitHub
- URL: https://github.com/shingara/oupsnow
- Owner: shingara
- License: agpl-3.0
- Created: 2008-11-15T09:26:42.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2010-09-01T11:44:53.000Z (about 14 years ago)
- Last Synced: 2024-05-28T11:10:55.605Z (5 months ago)
- Language: Ruby
- Homepage: http://oupsnow.rubyforge.org
- Size: 1.34 MB
- Stars: 37
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: History.txt
- License: LICENSE
Awesome Lists containing this project
- Open-Source-Ruby-and-Rails-Apps - oupsnow - A Bug tracker multi project, simply, but completed like bug tracking. 👴 🚀 (Happy Exploring 🤘)
README
# Oupsnow
A Bug tracker multi project, simply, but completed like bug tracking.
It's written in Rails
## Features
- Manage Several project
- Manage ticket project by project## 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.7.0
- A MongoDB 1.2 or greater## Installing
You can download the stable version on [rubyforge project](http://rubyforge.org/projects/oupsnow)
With the tar.gz or any other archive:
- Extract sources to a folder
- Create a database.yml file in the config directory. You can copy database file from config/database.yml.sample
- Create a email.yml file in the config directory.
This file is to configure your email settings.
You can copy database file from config/email.yml.sample
- Add first data in your database: RAILS_ENV="production" rake db:seed
- Start the server in production mode : ruby script/server -e production## Demo Website
A demo website of Oupsnow is available to the [demo of oupsnow](http://oupsnow.shingara.fr)
An account of admin is accessible with login/pass : [email protected]/oupsnow
## Information about this project
Oupsnow is actually consider like an Beta version, and is under development.
All contributions are welcome.
I suck in design, I know it and I am sorry but I will really be happy if anyone could
help me.If you want to contribute, all work is made under a git repository. You can clone the
source with the following command :`git clone git://github.com/shingara/oupsnow.git`
A [oupsnow development platform](http://dev.shingara.fr/projects/5/overview) is
used. Feel free to post your feature requests and defects report.## Upgrading
All version before 0.4.0 of oupsnow use a Sql database. Now with using MongoDB, the schema has big changement. There are no currently tool to convert your old oupsnow instance.
## 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)