https://github.com/cobyism/redmine-heroku
One-button Heroku deploy for Redmine.
https://github.com/cobyism/redmine-heroku
Last synced: 4 months ago
JSON representation
One-button Heroku deploy for Redmine.
- Host: GitHub
- URL: https://github.com/cobyism/redmine-heroku
- Owner: cobyism
- License: gpl-2.0
- Created: 2014-08-09T09:17:09.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T16:14:52.000Z (over 3 years ago)
- Last Synced: 2025-05-07T01:14:21.855Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 28.6 MB
- Stars: 14
- Watchers: 3
- Forks: 19
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README

# Redmine (on Heroku)
This repository is a fork of [Redmine](http://www.redmine.org) (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 :point_right: [](https://heroku.com/deploy)
2. Make sure you have the [Heroku Toolbelt](https://toolbelt.heroku.com) installed.
3. After you have an instance running on Heroku, run these commands in your terminal.
```
heroku git:clone -a
cd
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) license.