8000 GitHub - kinushu/redmine: Mirror of redmine code source, in sync with an other mirror at https://github.com/edavis10/redmine ; see http://www.redmine.org/issues/11918 for details ; contact: jeanbaptiste.barth (at) gmail.com
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
forked from redmine/redmine

Mirror of redmine code source, in sync with an other mirror at https://github.com/edavis10/redmine ; see http://www.redmine.org/issues/11918 for details ; contact: jeanbaptiste.barth (at) gmail.com

Notifications You must be signed in to change notification settings

kinushu/redmine

 
 

Repository files navigation

Redmine

Redmine is a flexible project management web application written using Ruby on Rails framework.

More details can be found in the doc directory or on the official website www.redmine.org

Now forked by Redmine 2.6-stable

# Setup for heroku

git clone git://github.com/kinushu/redmine.git
cd redmine
git checkout heroku_develop

heroku create your_redmine_app_name
git push heroku heroku_develop:master

heroku run rake db:migrate
heroku run rake redmine:load_default_data
heroku restart
heroku open

d.hatena.ne.jp/rochefort/20130107/p1

About

Mirror of redmine code source, in sync with an other mirror at https://github.com/edavis10/redmine ; see http://www.redmine.org/issues/11918 for details ; contact: jeanbaptiste.barth (at) gmail.com

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 93.8%
  • JavaScript 4.0%
  • CSS 1.6%
  • Other 0.6%
0