sudo apt-get update
sudo apt-get -y install make ruby-full build-essential zlib1g-dev
An add the following lines to the file .bashrc
,
# Ruby exports
export GEM_HOME=$HOME/.gems
export PATH=$HOME/.gems/bin:$PATH
Install the jekyll and bundler packages,
gem install jekyll bundler
and on the root folder of this repo do,
bundle install
bundle exec jekyll serve