Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Deploying Ruby on Rails on Bluehost

Does anyone here know how to deploy a Ruby app on Bluehost? I am having quite a problem with this. Everytime I put my files inside the folder where my domain is pointing at, it always giving me a 403 error when I try to visit the website.

like image 586
user2185801 Avatar asked Aug 19 '13 03:08

user2185801


1 Answers

It's so painful. The instructions are incomplete. There are a bunch of things to get caught on like broken versions of sass, assets not pre-compiling, database configuring, how to restart the server, the root directory for passenger, etc. I had problems with all of those things. I had to come here (Stack Overflow) to find most of the answers. My site still runs in dev but not in production. The BH support is not much help. THey should call it BlueWordPressHost because that is who they are supporting.

Look in the <rails_root>/log directory for clues.

I'm not willing to switch over to Heroku and use postgres, I tried it but in reality your just dealing with another set of problems setting it up.

like image 134
JanuskaE Avatar answered Nov 15 '22 01:11

JanuskaE