Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 529 Bytes

README.md

File metadata and controls

30 lines (25 loc) · 529 Bytes

shisoconf11 is website for Shiso Conference 2011

Try

$ git clone [email protected]:Shisobu/shisoconf11.git
$ bundle install --path vendor/bundle

Test

Local

run Sinatra at local, should use Pow and Powder

$ gem install powder
$ cd shisoconf11
$ powder
$ powder open

Staging

$ heroku create
$ git push heroku master
$ heroku open

Production

How to deploy -> Ask to @marutanm