Jekyll Installation - Windows OS
Ruby Installer
- Execute the commands below from an Administrative Powershell window
Ruby Installer
Ruby DevKit Installer
- Execute the command below to download and install Ruby or use the wizard
choco install ruby2.devkit
Install MSYS2 with ridk
(Ruby Installer Development Kit)
- Execute the commands below to
- refresh environment variables
- set execution policy
- install development toolchain and
msys2
, and update msys2
.
refreshenv
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned
ridk install 1 2 3
Install Jekyll
- Execute the command below to ensure
Ruby
is installed.
- Execute the command below to ensure
Gem
is installed.
- Execute the command below to install
Jekyll
gem install jekyll bundler
- Execute the command below to ensure
Jekyll
was installed successfully