Sinatra Ruby web app server on NetBSD 9

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.

Leave a Reply

Your email address will not be published. Required fields are marked *