Skip to content

Instantly share code, notes, and snippets.

@atneik
Last active December 21, 2015 09:39
Show Gist options
  • Save atneik/6286496 to your computer and use it in GitHub Desktop.
Save atneik/6286496 to your computer and use it in GitHub Desktop.
VM start
sudo apt-get install -y git-core
git config --global user.email "atneik@gmail.com"
git config --global user.name "Aniket Handa"
sudo apt-get update
sudo apt-get install -y python-software-properties python g++ make
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install -y nodejs
npm install express
curl https://raw.github.com/startup-class/setup/master/setup.sh | bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment