Skip to content

Instantly share code, notes, and snippets.

@benjamin-hering
Created November 12, 2018 22:56
Show Gist options
  • Select an option

  • Save benjamin-hering/eba064d6f30c7206c58715c903596e88 to your computer and use it in GitHub Desktop.

Select an option

Save benjamin-hering/eba064d6f30c7206c58715c903596e88 to your computer and use it in GitHub Desktop.
Stuff to install to get GitHub Pages running locally
#!/bin/bash
# Ubuntu packages needed
sudo apt install ruby ruby-dev git vim gcc make g++ zlib1g zlib1g-dev -y
# From the directory containing the gem file
gem install bundle
bundle install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment