shingara / oupsnow
- Source
- Commits
- Network (4)
- Downloads (4)
- Wiki (5)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed Aug 19 14:39:02 -0700 2009 | |
| |
.gitmodules | Sat Jan 17 01:17:01 -0800 2009 | |
| |
History.txt | Wed Dec 02 02:23:10 -0800 2009 | |
| |
LICENSE | Mon Nov 30 05:18:51 -0800 2009 | |
| |
Manifest.txt | Mon Feb 09 05:08:44 -0800 2009 | |
| |
README.md | Wed Dec 02 02:23:10 -0800 2009 | |
| |
Rakefile | Sat Oct 24 08:10:15 -0700 2009 | |
| |
app/ | Sun Jan 24 15:54:54 -0800 2010 | |
| |
autotest/ | Sat Nov 14 09:58:26 -0800 2009 | |
| |
config/ | Mon Nov 30 15:05:06 -0800 2009 | |
| |
cucumber.yml | Wed Nov 11 10:41:20 -0800 2009 | |
| |
db/ | Sat Oct 24 08:13:55 -0700 2009 | |
| |
doc/ | Mon Nov 30 14:25:09 -0800 2009 | |
| |
features/ | Sun Nov 29 14:10:51 -0800 2009 | |
| |
lib/ | Wed Dec 02 02:23:10 -0800 2009 | |
| |
merb/ | Sat Aug 15 06:32:51 -0700 2009 | |
| |
public/ | Sun Nov 29 14:24:45 -0800 2009 | |
| |
script/ | Sat Oct 24 08:48:02 -0700 2009 | |
| |
spec/ | Tue Dec 01 09:58:29 -0800 2009 | |
| |
tasks/ | Sun Nov 22 12:20:51 -0800 2009 | |
| |
website/ | Wed Dec 02 02:23:10 -0800 2009 |
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.6.4
- A MongoDB 1.0.1 or greater
Installing
You can download the stable version on rubyforge project
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
- 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
An account of admin is accessible with login/pass : admin@admin.com/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 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
