Last active
December 14, 2015 21:19
-
-
Save edwardtoday/5150150 to your computer and use it in GitHub Desktop.
What I have done to make jekyll run on Mountain Lion.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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