简体   繁体   中英

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.

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 serve r, 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.

Give it a look -> Ruby on Rails Setup with Bluehost . You cant just drop your Files in a folder.

Although Bluehost does a great job, i recommend you using Heroku for deploying Ruby on Rails Apps.

Deploying with Heroku is quite Easy -> Deploying with Git

I followed the instructions in the Ruby on Rails Setup as The Mini John referenced and it worked. They use Phusion Passenger to allow you to deploy any rack based application. However, I did have to manually install my gem dependencies. This is probably not a scalable solution for a production application with many users. However, if you already have bluehost as a hosting provider and are willing to maintain your own server and deal with possible latency issues and downtime, it may be worth it for you. Here is my Ruby on Rails 4.0 "Hello World" application deployed to bluehost: http://hello.getplanit.com .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM