rainlabs / redmine

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Ruby 92.0%Language:JavaScript 4.0%Language:CSS 3.4%Language:Perl 0.4%Language:Python 0.2%