Skip to content

terakoya/rails.terakoya.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rails寺子屋

Build Status

rails.terakoya.io

Setup

$ git clone git@github.com:terakoya/rails.terakoya.io.git
$ cd rails.terakoya.io
$ bundle install

Boot

$ bundle exec middleman server

Manual build and publish

$ git pull --rebase origin master
$ bundle exec middleman build
$ bubdle exec middleman deploy