/sinatra-helloworld

Sample Ruby application for Bluemix which uses the Sinatra framework.

Primary LanguageRubyApache License 2.0Apache-2.0

Ruby Sinatra Hello World Sample

This application demonstrates a simple, reusable Ruby web application based on the Sinatra framework.

Deploy to Bluemix

Run the app locally

  1. Install Ruby
  • cd into this project's root directory
  • Run gem install bundler to install bundler
  • Run bundle install to install app dependencies
  • Run ruby helloWorld.rb
  • Access the running app in a browser at http://localhost:4567