Vagrant: Also provision IntelliJ and Eclipse

This commit is contained in:
Nanne Baars
2016-10-10 11:29:37 +02:00
parent 9d93220c39
commit dddcc9675d
3 changed files with 13 additions and 5 deletions

View File

@ -6,7 +6,7 @@ Vagrant.configure(2) do |config|
vb.gui = true
vb.memory = "4096"
vb.cpus = 2
vb.name = "WebGoat-Developers"
vb.name = "WebGoat-Development"
vb.customize ["modifyvm", :id, "--nictype1", "virtio"]
end
@ -17,7 +17,7 @@ Vagrant.configure(2) do |config|
s.privileged = true
end
config.vm.provision :shell, inline: <<-SHELL
config.vm.provision :shell, privileged:false, inline: <<-SHELL
echo -e "Cloning the WebGoat container repository"
git clone https://github.com/WebGoat/WebGoat.git
echo -e "Cloning the WebGoat Lessons repository"