Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/andremiras/redmine-2-heroku
- Owner: AndreMiras
- License: mit
- Created: 2015-06-23T14:14:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-26T23:56:53.000Z (over 9 years ago)
- Last Synced: 2024-10-27T07:29:19.698Z (about 2 months ago)
- Language: Shell
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)