Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 719 Bytes

File metadata and controls

38 lines (20 loc) · 719 Bytes

hello-sinatra

##Description

This is the base Sinatra app that will built upon during meeting of the CWDG

##Development

RVM is the preferred Ruby version control manager.

To install RVM run

$ curl -L https://get.rvm.io | bash -s stable --ruby

If you have Mac OSX you can follow these guides if you are having problems.

##Technologies Used:

##Run this app

Make sure you have Sinatra installed

gem install sinatra

You can then start the app by running

ruby server.rb

The app will be on localhost:4567