Add Bundler to staging a doc request page
Fixing the following PR: https://github.com/kubernetes/kubernetes.github.io/pull/1796reviewable/pr2145/r1
parent
455a14a77d
commit
e8727e886e
|
@ -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"}.
|
||||
|
||||
|
|
Loading…
Reference in New Issue