Skip to content

Commit

Permalink
upgrade vagrant box to 1.4 (PHP 7.1 and all Ubuntu updates) (ChurchCR…
Browse files Browse the repository at this point in the history
  • Loading branch information
crossan007 authored and DawoudIO committed Apr 15, 2018
1 parent 4c40923 commit 82dc043
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

Vagrant.configure("2") do |config|

config.vm.box = "ChurchCRM/box1.3"
config.vm.box_url = "https://box.churchcrm.io/churchcrm1.3.box"
config.vm.box = "ChurchCRM/box1.4"
config.vm.box_url = "https://box.churchcrm.io/churchcrm1.4.box"
config.vm.network "private_network", ip: "192.168.33.10"
config.vm.hostname = "ChurchCRM"
config.vm.synced_folder "src", "/var/www/public", :mount_options => ["dmode=777", "fmode=666"]
Expand Down

0 comments on commit 82dc043

Please sign in to comment.