I'd like to deploy a small Rails 3 app on dreamhost (just for testing purposes, nothing serious) and I am wondering if anyone has done it already... Please choose one of the following:
- I did it and it's super easy, here's how: ...
- Though I didn't try it, it should be easy, here's how: ...
- It's quite complicated, but this should get you started: ....
- NO WAI!!!1!one!1 Set it up on slicehost or another non-shared hosting or you'll die a painful death trying to force it on DH
Thoughts?
The dreamhost machine I have allocated space on, pisces, appears to have upgraded to Rails 3.0.3 yesterday. I only noticed because a Redmine instance broke horribly :(
From Passenger documentation: http://www.modrails.com/documentation/Users%20guide%20Apache.html#bundler_support
Create a file config/setup_load_paths.rb in your app and add this line:
I unpacked bundler gem in vendor/bundle path with this command:
And the others gems with:
This should work with Dreamhost and Passenger >= 2.2.14