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.
- Click this button, and follow the instructions 👉
- Make sure you have the Heroku Toolbelt installed.
- 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
).
Like Redmine, this code is licensed under the GNU GPL v2.0 license.