/redmine-on-heroku

Install Redmine 3.2 on Heroku

Primary LanguageRubyGNU General Public License v2.0GPL-2.0

Redmine 3.2 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)