Created
November 12, 2018 22:56
-
-
Save benjamin-hering/eba064d6f30c7206c58715c903596e88 to your computer and use it in GitHub Desktop.
Stuff to install to get GitHub Pages running locally
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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