Skip to content

Instantly share code, notes, and snippets.

@pizycki
Last active May 24, 2018 21:38
Show Gist options
  • Save pizycki/e7a941ef99d9dc6d5c05ed444254dd6d to your computer and use it in GitHub Desktop.
Save pizycki/e7a941ef99d9dc6d5c05ed444254dd6d to your computer and use it in GitHub Desktop.
IzzyDev
# Get&Run:
# curl https://gist.githubusercontent.com/pizycki/e7a941ef99d9dc6d5c05ed444254dd6d/raw/7c36f0e913acdb6a81c7d9c1a48ccff2ee8468c8/SetupWSL.sh -o ~/install-jekyll.sh && bash ~/install-jekyll.sh
# Print Ubuntu version
lsb_release -a
# Upgrade Ubuntu to latest
sudo do-release-upgrade
# Install software
sudo apt-add-repository ppa:brightbox/ruby-ng
sudo apt-get update
sudo apt-get install -y ruby2.3 git nodejs build-essential patch ruby2.3-dev zlib1g-dev liblzma-dev
sudo gem install jekyll bundler
# Build and run
bundle install
bundle exec jekyll serve
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment