Deploy rack based application on shared hosting using Passenger (hostmonster) Prepare the application Create folder ~/yourapp Create folder ~/yourapp/tmp Create file ~/yourapp/config.ru with the following content: app = proc do |env|
Deploy Sinatra application on shared hosting using Passenger (hostmonster) Prepare the application Create folder ~/yourapp Create folder ~/yourapp/tmp Create file ~/yourapp/config.ru with the following content: # encoding: UTF-8 require './appmain'