Provisioner for VVV that will set up a local environment for https://ok.hbs.org.
- VVV 2.0+: And its dependencies.
- Customfile: See step 1 below.
- Your SSH key added in GitHub (it will be shared with the VM to automate repo configuration)
-
Install the
Customfile
to your VVV install, which will enable sharing ofknown_hosts
between your host and guest vm. This is required to allow the use of a private repo as a provisioner. Once you have it, you will not need to repeat this step for any other VVV provisioners that are in private repos, as long as they are hosted on github. NOTE: If you already have aCustomfile
, you'll want to view the gist and merge it into your existing file.cd ${PATH_TO_VVV} curl -o Customfile https://gist.githubusercontent.com/jjeaton/27863f56e3fbf02e8251090d50446859/raw
-
Bring vagrant up
vagrant up
-
Add the following to your
${PATH_TO_VVV}/vvv-custom.yml
:hbsok: repo: git@github.com:reaktivstudios/vvv-hbsok.git hosts: - ok.hbs.dev - rctom.hbs.dev - digit.hbs.dev - fd2015.hbs.dev
-
Run this command from your
vvv
directory to provision just this site:vagrant provision --provision-with site-vip