Skip to content

Instantly share code, notes, and snippets.

@danhaywood
Last active October 21, 2017 10:59
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 danhaywood/f252036ba620f1df03bb9760423640c8 to your computer and use it in GitHub Desktop.
Save danhaywood/f252036ba620f1df03bb9760423640c8 to your computer and use it in GitHub Desktop.
sudo apt-get update
# java
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installer
java -version
# maven
sudo apt-get install maven
# git
sudo add-apt-repository ppa:git-core/ppa -y
sudo apt-get update
sudo apt-get install git -y
git --version
# tomcat
sudo apt-get install tomcat8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment