Skip to content
forked from redmine/redmine

Mirror of redmine code source - Official SVN repository is at https://svn.redmine.org/redmine - contact: jeanbaptiste.barth (at) gmail (dot) com

Notifications You must be signed in to change notification settings

rainlabs/redmine

 
 

Repository files navigation

Redmine with plugins and themes

Redmine contains:

INSTALL

For install project enter following command:

$ git clone https://github.com/rainlabs/redmine
$ cd redmine
$ git submodule foreach git pull
$ bundle
$ rake RAILS_ENV=production db:migrate
$ rake redmine:plugins:migrate RAILS_ENV=production
$ rake generate_secret_token
$ RAILS_ENV=production rake redmine:load_default_data

About

Mirror of redmine code source - Official SVN repository is at https://svn.redmine.org/redmine - contact: jeanbaptiste.barth (at) gmail (dot) com

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 92.0%
  • JavaScript 4.0%
  • CSS 3.4%
  • Other 0.6%