Skip to content

cristianogregnanin/redmine-on-heroku

 
 

Repository files navigation

Redmine 3.4 on Heroku

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

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

How to deploy Redmine on Heroku

  1. Make sure you have the Heroku Toolbelt installed.
  2. Click this button and follow the instructions:
    Deploy
  3. After you have an instance running on Heroku, run these commands in your terminal.
$ heroku git:clone -a <YOUR-APP-NAME>
$ cd <YOUR-APP-NAME>
$ heroku run rake redmine:load_default_data
$ heroku run rake redmine:plugins:migrate RAILS_ENV=production

You can now log into your Redmine installation using the initial user account (username: admin, password: admin).

License

Like Redmine, this is open source and released under the terms of the GNU General Public License v2 (GPL)

About

Install Redmine 3.4 on Heroku

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 61.3%
  • HTML 33.5%
  • JavaScript 3.0%
  • CSS 1.9%
  • Other 0.3%