bossiernesto / redmine-on-heroku

Install Redmine 3.2 on Heroku

Home Page:http://www.redmine.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redmine 3.2 on Heroku

Redmine is a flexible project management web application. Written using the Ruby on Rails framework.

More details can be found in the doc directory or on the official website.

How to deploy Redmine on Heroku

  1. Make sure you have the Heroku Toolbelt installed.
  2. Click this button and follow the instructions:
    Deploy
  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
$ heroku run rake redmine:plugins:migrate RAILS_ENV=production

You can now log into your Redmine installation using the initial user account (username: admin, password: admin).

License

Like Redmine, this is open source and released under the terms of the GNU General Public License v2 (GPL)

About

Install Redmine 3.2 on Heroku

http://www.redmine.org

License:GNU General Public License v2.0


Languages

Language:Ruby 61.3%Language:HTML 33.3%Language:JavaScript 3.2%Language:CSS 1.9%Language:Perl 0.2%Language:Python 0.1%