Created
November 29, 2016 17:56
-
-
Save levymoreira/02a57a78c06273189eb08bbc6e8f4635 to your computer and use it in GitHub Desktop.
Simple ubuntu machine
This file contains hidden or 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
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