Skip to content

Instantly share code, notes, and snippets.

@levymoreira
Created November 29, 2016 17:56
Show Gist options
  • Save levymoreira/02a57a78c06273189eb08bbc6e8f4635 to your computer and use it in GitHub Desktop.
Save levymoreira/02a57a78c06273189eb08bbc6e8f4635 to your computer and use it in GitHub Desktop.
Simple ubuntu machine
sudo apt-get update
sudo apt-get install -y python-software-properties
sudo add-apt-repository -y ppa:webupd8team/java
sudo apt-get update
echo "oracle-java8-installer shared/accepted-oracle-license-v1-1 select true" | sudo debconf-set-selections
sudo apt-get install -y oracle-java8-set-default
sudo apt-get install -y curl
sudo apt-get install -y git
sudo apt-get install -y zip
sudo apt-get install -y libfontconfig
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
sudo apt-get install -y nodejs
sudo apt-get install -y npm
sudo npm install -g grunt-cli
sudo npm install -g bower
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment