The Ruby Sinatra Starter demonstrates a simple, reusable Ruby web application based on the Sinatra framework.
- Install Ruby
- Download and extract the starter code from the Bluemix UI
- cd into the app 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