Trying to setup SonarQube on EC2 using what should be basic install settings.
- List item
- Setup a standard EC2 AWS LINUX Ami attached to M4 large
- SSH into EC2 instance
- Install JAVA
- Set to use JAVA8
- wget https://sonarsource.bintray.com/Distribution/sonarqube/sonarqube-6.4.zip
- unzip into the /etc dir
- run sudo ./sonar.sh start
- Instance starts
But when I try to go to the app it never comes up when I try either the IPv4 Public IP 187.187.87.87:9000 (ex not real IP) or try ec2-134-73-134-114.compute-1.amazonaws.com:9000 (not real IP either just for example)
Perhaps it is my ignorance or me not configuring something correctly as it pertains to the initial EC2 setup.
If anyone has any ideas, please let me know.