From ce87a2c159a815145d32234f8476f7c3dc3765ef Mon Sep 17 00:00:00 2001 From: Caroline Salib Canto Date: Tue, 18 Aug 2015 14:20:28 -0300 Subject: [PATCH] Alterado vagrantfile para buscar a box via url ao invés de local; Portabilis/ieducar#165 --- Vagrantfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index 08f331b..8f55f2e 100755 --- a/Vagrantfile +++ b/Vagrantfile @@ -3,12 +3,12 @@ VAGRANTFILE_API_VERSION = "2" Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| config.vm.box = "ieducar" - config.vm.box = "https://s3-us-west-2.amazonaws.com/portabilis2/public/ieducar/ieducar.box" + config.vm.box_url = "https://s3-us-west-2.amazonaws.com/portabilis2/public/ieducar/ieducar.box" #Compartilhando portas config.vm.network "forwarded_port", guest: 80, host: 8080 config.vm.network "forwarded_port", guest: 5433, host: 5433 - + # config.vm.provider "virtualbox" do |v| # v.gui = true # v.name = "ieducar" -- libgit2 0.21.2