Skip to content

Instantly share code, notes, and snippets.

@neilmillard
Created September 27, 2014 15:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neilmillard/080d7b3e2c4cd70d8b94 to your computer and use it in GitHub Desktop.
Save neilmillard/080d7b3e2c4cd70d8b94 to your computer and use it in GitHub Desktop.
emberinstall.sh
# Install git
sudo apt-get install git -y
# Install node.js and npm
sudo apt-get install nodejs-legacy -y
sudo apt-get install npm -y
# Install bower
npm install -g bower
# Install http-server
npm install -g http-server
# Install ember-cli
npm install -g ember-cli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment