All Projects → phusion → passenger-ruby-sinatra-demo

phusion / passenger-ruby-sinatra-demo

Licence: MIT License
Passenger: Sinatra example app

Programming Languages

HTML
75241 projects
ruby
36898 projects - #4 most used programming language

Passenger: Sinatra example app

This is a Sinatra hello world example app for the Passenger application server.

The main branch contains the code without Passenger installed.

The end_result branch contains the code with Passenger installed.

Run git diff origin/main..origin/end_result to see what's different.

Running the app

Install dependencies locally:

bundle config set --local path 'vendor/bundle'
bundle install

Run the application:

bundle exec rackup

You can then view the application by pointing your browser to localhost:port where port is the number given when starting the application.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].