Skip to content

Instantly share code, notes, and snippets.

@edwardtoday
Last active December 14, 2015 21:19
Show Gist options
  • Save edwardtoday/5150150 to your computer and use it in GitHub Desktop.
Save edwardtoday/5150150 to your computer and use it in GitHub Desktop.
What I have done to make jekyll run on Mountain Lion.
brew install apple-gcc42 autoconf automake libxml2 libxslt openssl curl-ca-bundle
brew tap raggi/ale
brew install openssl-osx-ca
openssl-osx-ca
# Install rvm with rails
\curl -#L https://get.rvm.io | bash -s stable --rails
# Install ruby
rvm pkg install openssl
rvm reinstall ruby-2.0.0 --with-openssl-dir=$rvm_path/usr
rvm use 2.0.0 --default
bundle install
bundle exec rake
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment