Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
Aaron Walton
3,557 PointsCost of Rails hosting
Until now I have built all of my projects on the LAMP stack and have had numerous dedicated and cloud servers to support these projects. I have a solid grasp on the costs associated with these server environments for projects of various sizes. I am now at the point where I want to move to using a framework to develop new work and I'm trying to decide whether to go with Rails or a PHP framework, however I don't really understand how the rails hosting works and how much it costs. For those experienced with rails hosting, what are some average costs involved?
2 Answers
Colin Marshall
32,861 PointsThis Stack Overflow post might give you some good insight:
http://stackoverflow.com/questions/2339324/selecting-a-rails-host
Naomi Freeman
Treehouse Guest TeacherIn addition to that, there's now Dokku http://progrium.com/blog/2013/06/19/dokku-the-smallest-paas-implementation-youve-ever-seen/
I heard about it at a meet-up. It was suggested we set that up with Digital Ocean. Not sure if it would meet your needs.
Colin Marshall
32,861 PointsThis looks pretty sweet. Is it basically like a self-hosted version of Heroku?