Difference between revisions of "Drupal VM"
From Stadm
Jump to navigationJump to search (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...") |
|||
Line 9: | Line 9: | ||
Other helpful links: | Other helpful links: | ||
*[http://docs.ansible.com/ansible/guide_vagrant.html Using Vagrant and Ansible] | *[http://docs.ansible.com/ansible/guide_vagrant.html Using Vagrant and Ansible] | ||
+ | |||
+ | ==Installation Procedures== | ||
+ | Refer to the [https://github.com/geerlingguy/drupal-vm#quick-start-guide Quick Start Guide]. | ||
<!-- | <!-- |
Revision as of 10:22, 7 October 2016
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:
Installation Procedures
Refer to the Quick Start Guide.