Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Ruby on Rails running on a vps slice

What are the major gotchas and tricks when running Rails on a small slice (256MB)? What is the best server setup for cramped quarters? Passenger, Nginx, Mongrel? What is the best background task processor in this kind of environment? What do you need to watch out for? I'd love to hear the stories of people who have done this and bumped into some of the virtual walls.

like image 581
srboisvert Avatar asked Jan 10 '09 10:01

srboisvert


1 Answers

I'm running Passenger on a 256mb slicehost, no problems. Much, much, much easier to set up than any other alternative. For background stuff I use Starling and Workling and Ryan Bates has an excellent screencast on how to use both together.

like image 126
Ryan Bigg Avatar answered Sep 28 '22 15:09

Ryan Bigg