Skip to content

Instantly share code, notes, and snippets.

@Luukyb
Created December 11, 2015 06:07
Show Gist options
  • Save Luukyb/cedbe89e8c66173341b8 to your computer and use it in GitHub Desktop.
Save Luukyb/cedbe89e8c66173341b8 to your computer and use it in GitHub Desktop.
Drupal-vm - stuff I change.
# Make sure it matches your /etc/hosts files.
vagrant_hostname: drupalvm-8.dev
vagrant_machine_name: drupalvm-8
vagrant_ip: 192.168.76.98
# Map your local path.
vagrant_synced_folders:
- local_path: ~/VM/drupal-vm-8
destination: /var/www
# Set your drupal.
# My previous local path mapping was pointing to /var/www.
# Complete that path to go to your drupal root.
# In my case: sites/drupal-vm-8/www.
drupal_major_version: 8
drupal_core_path: "/var/www/sites/drupal-vm-8/www"
drupal_domain: "drupalvm-8.dev"
# Change any tool you want to use.
# Example:
# servername: "adminer.drupalvm.dev"
# to servername: "adminer.drupalvm-8.dev"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment