Help with a hostmonster account
Added by note sinotite over 15 years ago
Hi there,
I have found a great tutorial on how to install redmine on hostmonster here: http://www.binarymethod.com/content/devblog_files/018d4d34a7b9eb4578e4b8bb2796fdbc-3.php ... I have followed the steps, reviewed them and tried again with no success ... all I get is this: "The server encountered an internal error or misconfiguration and was unable to complete your request."
It looks like the database was configured properly ...
I am a complete novice when it comes to rails ... I would any help with troubleshooting this installation.
Thank you in advance!!!
Replies (7)
RE: Help with a hostmonster account - Added by Tim Davis over 15 years ago
Watch the video tutorials, I do EVERY single step exactly as described and it works. I've had a couple people follow the written and they miss something small and the video helps them.
The video is at the top of the page.
RE: Help with a hostmonster account - Added by burkino fasso almost 15 years ago
Hi Tim,
the link does not work anymore.
I am trying to figure out how to set up redmine on hostmonster.
could you point me to the right place ??
thanks
Burkino
RE: Help with a hostmonster account - Added by Anatoliy Lysenko almost 15 years ago
This is google cache of the page. No video of course.
Anatoliy
RE: Help with a hostmonster account - Added by Zak Soup almost 15 years ago
It seems like there is something missing from those instructions as it doesn't quite work for me.
RE: Help with a hostmonster account - Added by Anatoliy Lysenko almost 15 years ago
Try this:
http://www.gettaskdone.com/portfolio/consulting-portfolio/redmine-at-hostmonster-hosting-account/ - an updated article for latest redmine versions.
RE: Help with a hostmonster account - Added by Zak Soup almost 15 years ago
Hmmm,
I've already noticed a couple of mistakes ("%prompt> rails -d redmine" should be "%prompt> rails -D redmine)
This has really annoyed me as I really want to use redmine but there does not seem to be any truly complete documentation on how to install it.
RE: Help with a hostmonster account - Added by Jeremie Tisseau over 14 years ago
I tried the updated article but it didn't work for me. Here's the message I get:
Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, webmaster@redmine.mydomain.com and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
I am not really sure what goes wrong. When I type the command "RAILS_ENV=production rake db:migrate" it populates the database as expected. I tried to modify the .htaccess but no change.