Skip to content
forked from AlexKlim/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

Warecorp/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

Install

$ git clone https://github.com/Warecorp/redmine.git
$ cp config/database.yml.example config/database.yml
$ cp config/configuration.yml.example config/configuration.yml

if need change params into database.yml and configuration.yml

Start create db and migrations:

$ rake db:create
$ rake db:migrate

Generate secret token

$ rake generate_secret_token

Start server:

$ rails s

Install plugins

Init submodules and update plugins:

$ git submodule init
$ git submodule update

Run migration for plugins:

$ rake redmine:plugins:migrate

Restart server.

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 71.1%
  • HTML 24.1%
  • JavaScript 3.0%
  • CSS 1.4%
  • Perl 0.3%
  • Python 0.1%