Last active
August 29, 2015 14:02
-
-
Save willjasen/bb69794bfd10d92d3566 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
# Install prereqs | |
sudo apt-get update | |
sudo add-apt-repository -y ppa:chris-lea/node.js | |
sudo apt-get install -y git curl build-essential python-software-properties python g++ make | |
# Install node | |
sudo apt-get install -y nodejs npm | |
# Install Meteor.JS | |
curl https://install.meteor.com | sh | |
# Install Meteorite | |
sudo npm install -g meteorite |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment