Skip to content

Instantly share code, notes, and snippets.

@AllieRays
Created May 10, 2017 04:45
Show Gist options
  • Save AllieRays/44d7aea6d849c7e489cb5c21f0cdc524 to your computer and use it in GitHub Desktop.
Save AllieRays/44d7aea6d849c7e489cb5c21f0cdc524 to your computer and use it in GitHub Desktop.
Config overrides for DrupalVM for a local git repo.
vagrant_hostname: sitename.dev
vagrant_machine_name: sitename
vagrant_ip: 192.168.88.90 [make a new ip address ]
vagrant_synced_folders:
- local_path: ~/Sites/sitename
destination: /var/www/sitename
type: nfs
drupal_build_makefile: false
drupal_build_composer: false
drupal_build_composer_project: false
drupal_install_site: false
drupal_core_path: "/var/www/sitename"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment