Difference between revisions of "Drupal VM"

From Stadm
Jump to navigationJump to search
Line 11: Line 11:
  
 
==Installation Procedures==
 
==Installation Procedures==
Refer to the [https://github.com/geerlingguy/drupal-vm#quick-start-guide Quick Start Guide].
+
*Refer to the [https://github.com/geerlingguy/drupal-vm#quick-start-guide Quick Start Guide].
 +
*Install Ansible on the host machine (thorin) for faster provisioning in the vm
 +
**https://github.com/geerlingguy/ansible-vagrant-examples/tree/master/drupal
  
 
==Drupal VM Basic Information==
 
==Drupal VM Basic Information==

Revision as of 11:32, 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

Drupal VM Basic Information

  • Running under thorin (128.111.101.138).
  • Default login:
admin:admin
  • Running Drupal 8.0.


References