Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/andremiras/redmine-2-heroku

Automates Redmine install on Heroku
https://github.com/andremiras/redmine-2-heroku

Last synced: about 2 months ago
JSON representation

Automates Redmine install on Heroku

Awesome Lists containing this project

README

        

Redmine 2 Heroku
===================

This is a build script and patches for deploying Redmine 2 on Heroku.

How to use
-------
1. Edit `redmine-2-heroku.sh` and change the variables at the top to match your environment.
2. Run `redmine-2-heroku.sh`. This will download Redmine, patch it and deploy it on Heroku.

Requirements
-------
You must have a Redmine dependencies already set up on your host (for running bundle install).
On Ubuntu:
```shell
sudo apt-get install bundler
```

Credits
-------

* [HowTo Install Redmine on Heroku](http://www.redmine.org/projects/redmine/wiki/HowTo_Install_Redmine_(%3E_25x)_on_Heroku)