Skip to content

Instantly share code, notes, and snippets.

@dyoungwd
Created April 2, 2018 08:53
Show Gist options
  • Save dyoungwd/e7a438bd212d4de226b096d1c412023d to your computer and use it in GitHub Desktop.
Save dyoungwd/e7a438bd212d4de226b096d1c412023d to your computer and use it in GitHub Desktop.
Installation Script For Jekyll on Fedora 27
sudo dnf install ruby ruby-devel redhat-rpm-config gcc gcc-c++
sudo gem install json
sudo gem install jekyll bundler
sudo gem update --system
//Move to the jekyll folder - cd ./your/jekyll/folder
bundle install
bundle update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment