Skip to content

DeliciousMedia/DM-VVV2-Provision-Blank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

DM-VVV2-Provision-Blank-V2

Provision scripts to setup an empty vagrant host ready to bring in an existing project.

If you don't already have a vvv-custom.yml, create it by copying ~/vagrant-local/vvv-config.yml to ~/vagrant-local/vvv-custom.yml.

Add the following lines to the sites: section (note: tabs may not copy correctly; you may need to reformat this):

  existingproject:
    nginx_upstream: php71
    repo: https://github.com/DeliciousMedia/DM-VVV2-Provision-Blank.git
    hosts:
      - existingproject.test

If it isn't there already, include PHP 7.1 or PHP 7.2 by adding - php71 or - php72 under the utilities: section.

Start the machine with vagrant up --provision or if it is already running, provision using vagrant reload --provision.

About

Create an empty VVV host

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages