Skip to content

Commit

Permalink
Scaffolding for installs and Vagrant
Browse files Browse the repository at this point in the history
  • Loading branch information
barryo committed Jun 28, 2016
1 parent 2ceae88 commit 934bd7b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@ Vagrant.configure(2) do |config|
group: "www-data",
mount_options: ["dmode=775,fmode=664"]

config.vm.synced_folder "./bootstrap/cache", "/vagrant/bootstrap/cache", id: "vagrant-root4",
owner: "ubuntu",
group: "www-data",
mount_options: ["dmode=775,fmode=664"]



# Provider-specific configuration so you can fine-tune various
# backing providers for Vagrant. These expose provider-specific options.
Expand Down
8 changes: 4 additions & 4 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 934bd7b

Please sign in to comment.