Skip to content

How to run a local copy on a Windows Fiscal Laptop

Dylan Peinhardt edited this page Feb 13, 2018 · 1 revision
  1. Connect to either a hotspot or the guest network

  2. Install https://github.com/oneclick/rubyinstaller2/releases/download/rubyinstaller-2.4.3-1/rubyinstaller-2.4.3-1-x64.exe

  3. Add C:\Ruby24-x64\bin to your computer's PATH via Environmental Variables (requires administrator password)

  4. Open an administrator prompt (requires administrator password)

  5. Enter gem install jekyll bundler

  6. cd to GitHub repo folder

  7. Enter bundle install --path vendor/cache

  8. Enter bundle exec jekyll serve

A local environment will now be running which is accessible via localhost:4000 in your browser.