An easy way to get SonarG environment up and running in a virtual environment.
Before we get started we need to install:
- Vagrant: https://www.vagrantup.com/intro/getting-started/install.html
- Virtualbox: https://wiki.centos.org/HowTos/Virtualization/VirtualBox
Once prerequisites are met:
- Clone this repo.
- cd
- vagrant up
- Wait until the vm boots up.
- 13080: SonarFinder's http port.
- 13443: SonarFinder's https port.
- 37117: SonarW's port.
To expose more ports or edit existing ports, simply edit Vagrantfile
and do a vagrant reload
.