Skip to content

Set Up The Build Environment

Peter Johnson edited this page Mar 2, 2020 · 1 revision

This is a Jekyll website. You need to have Ruby installed to use Jekyll. See the Jekyll Installation Guide.

GitHub places some restrictions on the version of Jekyll and associated plug-ins used. To manage this you need to get the Bundler gem and use it with the Gemfile provided in the repo root. To get Bundler use:

gem install bundler

To install the Jekyll and associated gems, move into the folder containing Gemfile and do:

bundle install

Once that is done make sure to always prefix your Jekyll commands with bundle exec.

Clone this wiki locally