diff --git a/Vagrantfile b/Vagrantfile index 3d1900e7..72e98a2c 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -9,5 +9,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| config.vm.provision :shell, path: "pg_config.sh" config.vm.box = "ubuntu/trusty32" config.vm.network "forwarded_port", guest: 5000, host: 5000 + vagrant up --provision end