Project

General

Profile

running redmine on heroku

Added by kp kale over 13 years ago

I'm running redmine locally without any problems, but when I push to heroku I get an "app crashed" notification.

Looking at the logs, I keep getting this error: Missing the i18n 0.4.2 gem. Please `gem install -v=0.4.2 i18n`. I've installed that gem, tried including it in a gemfile, etc. etc. but that error continues to popup. Has anyone had issues with this?

I've followed three tutorials to the T now and still gotten the error, which I'm just not knowledgeable enough about rails or heroku to know how to debug

Thanks!

(fyi- running rails on OSX10.6 latest versions of everything)


Replies (4)

RE: running redmine on heroku - Added by Felix Schäfer over 13 years ago

Do you have that issue with trunk or stable?

RE: running redmine on heroku - Added by Felix Schäfer over 13 years ago

Mmh, I know of at least one person that is running redmine on heroku, but I don't know the details of it. See if edavis10 still lurks in #redmine on freenode, he should be able to nudge you in the right direction, and don't be afraid to ask there even if he is not there :-)

RE: running redmine on heroku - Added by Bayle Shanks over 13 years ago

Hmm, the Gemfile did it for me. Perhaps you forgot to git add or git push the Gemfile?

Also, i ran "bundle install", but i don't know if that is necessary.

Here are my notes on what i did.

http://bayleshanks.com/tips-computer-programming-redmineOnHeroku

    (1-4/4)