Skip to content

Instantly share code, notes, and snippets.

@rubenerd
Created December 21, 2014 23:14
Show Gist options
  • Save rubenerd/706cd9db343e411190d0 to your computer and use it in GitHub Desktop.
Save rubenerd/706cd9db343e411190d0 to your computer and use it in GitHub Desktop.
Install deps for Jekyll on Debian
#!/bin/sh
apt-get install ruby ruby-devel
gem update
gem install jekyll
gem install jekyll-archives
gem install rake
gem install redcarpet
## Required even if you don't use JS. Really shouldn't need this.
## https://github.com/jekyll/jekyll/issues/2327
gem install therubyracer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment