VPS Setup nginx passenger - Formatted page and added ./configure line.

VPS Setup nginx passenger

This tutorial was preformed using Ubuntu 8.04 LTS

$ ssh root@12.12.12.12 (your IP address)

Building Essentials

$ apt-get -y install build-essential libssl-dev libreadline5-dev zlib1g-dev vim wget curl
$ apt-get -y install mysql-server libmysqlclient15-dev mysql-client