Skip to content

reaktivstudios/vvv-hbsok

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

HBS OK VVV Provisioner

Provisioner for VVV that will set up a local environment for https://ok.hbs.org.

Requirements

  • 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)

Instructions

  1. Install the Customfile to your VVV install, which will enable sharing of known_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 a Customfile, 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
  2. Bring vagrant up

    vagrant up
  3. 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
  4. Run this command from your vvv directory to provision just this site:

    vagrant provision --provision-with site-vip

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages