Skip to content

Instantly share code, notes, and snippets.

@willjasen
Last active August 29, 2015 14:02
Show Gist options
  • Save willjasen/bb69794bfd10d92d3566 to your computer and use it in GitHub Desktop.
Save willjasen/bb69794bfd10d92d3566 to your computer and use it in GitHub Desktop.
# 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