-
Notifications
You must be signed in to change notification settings - Fork 2
Installing Jekyll
To build the web pages we are using Jeykll. In order to have Jekyll available in your runtime, you should install it with RubyGems. However, you first have to install the Ruby DevKit manually, otherwise certain native extensions can not be compiled and the installation will fail.
First download a suitable DevKit SFX installer from here. Extract the SFX into the software/ directory of your SEU image. Then follow the Quick start instructions on the Development Kit Wiki. Open a console, change into the DevKit installation directory, and type ruby dk.rb init. Next, you have to edit the config.yml file and add the Ruby installation directory.
---
- S:/software/ruby-2.2.2-x64Save the config file and in your console type ruby dk.rb install. Now you should be fine and able to install the Jekyll Gem successfully. In your console simply type:
$ gem install jekyll