Add Bundler to staging a doc request page

Fixing the following PR: https://github.com/kubernetes/kubernetes.github.io/pull/1796
reviewable/pr2145/r1
Jared 2017-01-05 09:48:47 -08:00 committed by GitHub
parent 455a14a77d
commit e8727e886e
1 changed files with 6 additions and 0 deletions

View File

@ -87,6 +87,12 @@ web server:
jekyll serve
NOTE: If you do not want jekyll to interfere with your other globally installed gems, you can use bundler:
gem install bundler
bundle install
bundler exec jekyll serve
1. View your staged content at
[http://localhost:4000](http://localhost:4000){: target="_blank"}.