Changes box to bento/ubuntu-14.04 to support VMWare.

This commit is contained in:
Thach MAI 2015-11-17 09:26:07 +01:00
parent c42a105441
commit 755407c1d3
1 changed files with 1 additions and 1 deletions

2
website/Vagrantfile vendored
View File

@ -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"