If you are an software entrepreneur and you have many projects you must organize you work using a management tool. Redmine is the entrepreneur it’s open source (written in Ruby), you can deploy it on your local server. But if you want to collaborate with other coworkers and specially around the globe you have to go live on a web server. Thanks to cobyism Redmine to Heroku tool. You can deploy Redmine in one click to Heroku and have your opensource management tool online for free within few second.
Dont forget to apply the sample database to have a first access with admin admin
“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