From 755407c1d3e13c30979b4a47c53d4edddf6ec0b4 Mon Sep 17 00:00:00 2001 From: Thach MAI Date: Tue, 17 Nov 2015 09:26:07 +0100 Subject: [PATCH] Changes box to bento/ubuntu-14.04 to support VMWare. --- website/Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/Vagrantfile b/website/Vagrantfile index b0c4d4d0c..60d6b5ea2 100644 --- a/website/Vagrantfile +++ b/website/Vagrantfile @@ -20,7 +20,7 @@ make dev SCRIPT Vagrant.configure(2) do |config| - config.vm.box = "ubuntu/trusty64" + config.vm.box = "bento/ubuntu-14.04" config.vm.network "private_network", ip: "33.33.30.10" config.vm.provision "shell", inline: $script, privileged: false config.vm.synced_folder ".", "/vagrant", type: "rsync"