Categories
business Programming Technology

Organize your projects – Redmine and Heroku

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.

Deploy

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

By gharib larbi

I am an electrical engineer who loves programming. I like drawing and think and imagine my next video about cooking or how to fix my laptop or my cell. I gave myself a goal to fly a plane. I still have a lot of ideas to come.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.