Skip to content

Instantly share code, notes, and snippets.

@amirbehzad
Created April 18, 2016 15:42
Show Gist options
  • Save amirbehzad/4e4dfc0db35a618a3d6429a84c3fc506 to your computer and use it in GitHub Desktop.
Save amirbehzad/4e4dfc0db35a618a3d6429a84c3fc506 to your computer and use it in GitHub Desktop.
How to Install Jekyll on OSX
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

echo "gem: --no-document" >> ~/.gemrc
curl -L https://get.rvm.io | bash -s stable --auto-dotfiles --autolibs=enable

rvm install ruby --latest
rvm requirements

brew update

sudo gem update --system

sudo gem uninstall sass
sudo gem uninstall compass

sudo xcode-select --install
sudo xcodebuild -license

brew install gcc
brew install coreutils
brew install apple-gcc42 

sudo gem install ffi
sudo gem install sass
sudo gem install compass
sudo gem install jekyll
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment