Skip to content

phusion/passenger-ruby-sinatra-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Passenger: Sinatra example app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published