Last active
August 29, 2015 14:01
-
-
Save aaronc/d173796366f52255d332 to your computer and use it in GitHub Desktop.
This file contains 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
set -x | |
curl http://nodejs.org/dist/v0.10.28/node-v0.10.28-linux-x64.tar.gz | tar xz | |
mv node-v0.10.28-linux-x64 /opt/nodejs | |
ln -s /opt/nodejs/bin/node /usr/local/bin/node | |
ln -s /opt/nodejs/bin/npm /usr/local/bin/npm | |
curl https://install.meteor.com | /bin/sh | |
npm i -g meteorite |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment