This is not live yet -- under development.
-
To be able to clone the private repositories:
- Add a new SSH key to your GitHub account.
- Set up SSH forwarding by adding your SSH key to the ssh-agent
-
In the local VVV folder, create the following vvv-custom.yml file:
sites: nettsteder: repo: https://github.com/dss-web/nettsteder-vvv nginx_upstream: php71 hosts: - nettsteder.dev custom: wp_type: subdirectory wp_version: latest acf_pro_key: acf_pro_license_key vm_config: memory: 2048 cores: 2 utilities: core: - php71 utility-sources: core: https://github.com/Varying-Vagrant-Vagrants/vvv-utilities.git
-
In the local VVV folder run
vagrant up
, orvagrant reload --provision
if vagrant is already running.