Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 313 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 313 Bytes

Howto Setup (Ehtesh doesn't know the Ruby ecosystem)

# install rvm by some means
# check https://rvm.io/rvm/install
rvm install 1.9.3 # (any version is good)
rvm use 1.9.3
gem install bundler
bundle install
gem install thin
thin start
# redirect browser to localhost:3000