Installing Tools on AWS
You can find the complete reference here if you want more details to the topics covered here. Specifically, the tools we will be installing are:
- java (specifically Oracle's java)
- Apache Tomcat
- mySQL
- Jenkins
- Git and Maven
Installing Oracle java
Inside the command window, run following command:prompt> sudo apt-get update
prompt> sudo apt-get install python-software-properties
prompt> sudo add-apt-repository ppa:webupd8team/java
prompt> sudo apt-get update
Your window will display installation messages: