Last active
March 23, 2016 16:02
-
-
Save saxenap/e57cee56fa7828b7d32b to your computer and use it in GitHub Desktop.
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
sudo yum install -y gcc-c++ patch readline readline-devel zlib zlib-devel \ | |
libyaml-devel libffi-devel openssl-devel make bzip2 autoconf automake libtool bison iconv-devel | |
sudo yum install ruby-devel | |
rm -rf install-nodejs && wget -O install-nodejs https://gist.githubusercontent.com/saxenap/a11c32c94b66319047d4/raw && chmod 777 install-nodejs && ./install-nodejs | |
gem install io-console | |
gem install middleman |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment