Skip to content

Instantly share code, notes, and snippets.

@Darklg
Last active December 16, 2015 05:48
Show Gist options
  • Save Darklg/5386786 to your computer and use it in GitHub Desktop.
Save Darklg/5386786 to your computer and use it in GitHub Desktop.
Installation Jekyll Mac OS X
# Install Command Line Tools from Xcode
# Install RVM
curl -L https://get.rvm.io | bash -s stable --rails --autolibs=enabled
# http://stackoverflow.com/questions/15324590/rvm-install-ruby-1-9-3-missing-required-packages
rvm requirements
brew install autoconf automake libtool pkg-config apple-gcc42 libyaml readline libxml2 libxslt libksba openssl sqlite
rvm autolibs enable
rvm install 1.9.3
rvm use 1.9.3
# Update RubyGems
sudo gem update --system
# Install Jekyll
sudo gem install jekyll -V --no-rdoc --no-ri
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment