This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 34ba9704dacdf445d516577f60ad0b75a68e5924
tree 48288248317958b4cb26ab9ec3d3dadfc23304fd
parent 6f6b286a857840e28d3f36a03bf5882e11d36089
tree 48288248317958b4cb26ab9ec3d3dadfc23304fd
parent 6f6b286a857840e28d3f36a03bf5882e11d36089
oupsnow /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed Aug 19 14:39:02 -0700 2009 | |
| |
.gitmodules | Sat Jan 17 01:17:01 -0800 2009 | |
| |
History.txt | Tue Jun 16 15:26:16 -0700 2009 | |
| |
MIT-LICENSE | Mon Jan 19 12:28:27 -0800 2009 | |
| |
Manifest.txt | Mon Feb 09 05:08:44 -0800 2009 | |
| |
README.txt | Tue Feb 03 14:37:49 -0800 2009 | |
| |
Rakefile | Fri Nov 14 10:17:30 -0800 2008 | |
| |
app/ | Mon Oct 19 04:02:30 -0700 2009 | |
| |
autotest/ | Thu Oct 08 08:11:21 -0700 2009 | |
| |
config/ | Fri Oct 23 15:16:56 -0700 2009 | |
| |
cucumber.yml | Sun May 31 04:44:32 -0700 2009 | |
| |
doc/ | Thu Jun 11 00:36:35 -0700 2009 | |
| |
features/ | Thu Oct 08 08:11:21 -0700 2009 | |
| |
lib/ | Tue Sep 15 12:04:50 -0700 2009 | |
| |
merb/ | Sat Aug 15 06:32:51 -0700 2009 | |
| |
public/ | Wed Jun 17 14:24:49 -0700 2009 | |
| |
spec/ | Mon Oct 19 04:02:30 -0700 2009 | |
| |
src/ | Sat Jan 17 01:17:01 -0800 2009 | |
| |
tasks/ | Thu Oct 08 08:11:21 -0700 2009 | |
| |
website/ | Mon Feb 09 12:45:16 -0800 2009 |
README.txt
h1. Oupsnow A Bug tracker multi project, simply, but completed like bug tracking. It's written in Merb h2. Features * Manage Several project * Manage ticket project by project h2. Requirements Currently you need all of those things to get Oupsnow to run: * Merb 1.0.8 * DataMapper 0.9.9 * Ruby of 1.8.6 or greater * A database supported by DataMapper (MySQL, SQLite3, PostgreSQL ...) h2. Installing With the tar.gz or any other archive: * Extract sources to a folder * Create a database.yml file in the config directory. Generate by example by <kbd>rake db:database_yaml</kbd>. * Create your database with tool on your database * Generate the good schema in your database: <kbd>MERB_ENV="production" rake db:automigrate</kbd> * Add first data in your database: <kbd>MERB_ENV="production" thor oups_now:bootstrap:first_value </kbd> * Start the server in production mode : <kbd>merb -e production</kbd> h2. 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 : admin/oupsnow h2. 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 : <kbd>git clone git://github.com/shingara/oupsnow.git</kbd> After a clone you need update the submodule : <kbd>git submodule init && git submodule update</kbd> A "redmine development platform":http://dev.shingara.fr/projects/show/oupsnow is used. Feel free to post your feature requests and defects report. I use Oupsnow soon as possible after create a converter Redmine -> Oupsnow h2. License This code is free to use under the terms of the MIT license (provided with sources).







