An open API service indexing awesome lists of open source software.

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.

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: [![Deploy](https://www.herokucdn.com/deploy/button.svg)](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.