Skip to content

zpengyu/redmine-heroku

 
 

Repository files navigation

Redmine (on Heroku)

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.

How to deploy Redmine on Heroku

  1. Click this button, and follow the instructions 👉 Deploy
  2. Make sure you have the Heroku Toolbelt installed.
  3. 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).

License

Like Redmine, this code is licensed under the GNU GPL v2.0 license.

About

One-button Heroku deploy for Redmine.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 74.8%
  • HTML 19.7%
  • CSS 2.8%
  • JavaScript 2.0%
  • PHP 0.3%
  • Perl 0.3%
  • Other 0.1%