Skip to content

Instantly share code, notes, and snippets.

@saxenap
Last active March 23, 2016 16:02
Show Gist options
  • Save saxenap/e57cee56fa7828b7d32b to your computer and use it in GitHub Desktop.
Save saxenap/e57cee56fa7828b7d32b to your computer and use it in GitHub Desktop.
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