/redmine-heroku

One-button Heroku deploy for Redmine.

Primary LanguageRubyGNU General Public License v2.0GPL-2.0

Redmine (on Heroku)

This repository is a fork of Redmine (an open source project management application) with the aim of modifying it so that it can be deployed directly to Heroku with no modifications, using only the button below.

How to deploy Redmine on Heroku

  1. Click this button, and follow the instructions 👉 Deploy
  2. Make sure you have the Heroku Toolbelt installed.
  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

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

License

Like Redmine, this code is licensed under the GNU GPL v2.0 license.