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.
- Make sure you have the Heroku Toolbelt installed.
- Click this button and follow the instructions:
- 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
).
Like Redmine, this is open source and released under the terms of the GNU General Public License v2 (GPL)