The app.rb file is a simple hello world application.
get '/' do 'Put this in your pipe & smoke it! Passenger online ...' end
Start the apache.
localhost# /etc/rc.d/apache start
If there is no error message, try browse to our server ip address.

Done for now.