By Harm | Published: December 8, 2009
For this article I’m going to install a single (virtual) server to run a standard Ruby on Rails application. I will be using Apache2 and passenger for the webserver stack and MySQL as a database server.
Let’s start by installing Ruby and all tools:
# apt-get install build-essential
# apt-get install ruby irb ri rdoc libopenssl-ruby ruby1.8-dev
# [...]
How to setup Ruby on Rails, Apache and Passenger on Debian Linux