Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 226 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 226 Bytes

Install

Install ruby

Install sinatra gem

gem install sinatra

Run

ruby -rubygems app.rb

Production

rackup -I . -E production -p 4567 -d

Help scripts

startup.sh
shutdown.sh
update.sh