Drupal VM

From Stadm
Revision as of 10:11, 7 October 2016 by Kchan (talk | contribs) (Created page with "==Introduction== Vagrant is a tool for managing development environments in a virtual machine with a focus on automation. We will be using Vagrant to install a Drupal 8 VM and...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Introduction

Vagrant is a tool for managing development environments in a virtual machine with a focus on automation. We will be using Vagrant to install a Drupal 8 VM and using Ansible to provision the VM (run scripts and do other cool things).

Purpose

The purpose of this page is to document progress of installing a Drupal VM using Vagrant and Ansible. I have been following geerlingguy's drupal-vm guide:

Other helpful links: