Difference between revisions of "Drupal VM"

From Stadm
Jump to navigationJump to search
Line 1: Line 1:
 
==Introduction==
 
==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).
+
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 7 VM and using Ansible to provision the VM (run scripts and do other cool things).
  
 
==Purpose==
 
==Purpose==
Line 16: Line 16:
  
 
==Drupal VM Basic Information==
 
==Drupal VM Basic Information==
*Running under thorin (128.111.101.138).
+
*Drupalvm is running in a VirtualBox VM under thorin (128.111.101.138). It can be accessed by going to [http://drupalvm.dev] on thorin.
 
*Default login:  
 
*Default login:  
 
  admin:admin
 
  admin:admin
*Running Drupal 8.0.
+
*Running Drupal 7.x.
  
 +
==Installed modules==
 +
* admin_menu
 +
* freelinking (dependent on some other stuff that I haven't installed yet)
 +
* pathauto
 +
* tagclouds
 +
* token
 +
* wikitools
  
 
<!--
 
<!--

Revision as of 16:04, 7 March 2017

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 7 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

  • Drupalvm is running in a VirtualBox VM under thorin (128.111.101.138). It can be accessed by going to [1] on thorin.
  • Default login:
admin:admin
  • Running Drupal 7.x.

Installed modules

  • admin_menu
  • freelinking (dependent on some other stuff that I haven't installed yet)
  • pathauto
  • tagclouds
  • token
  • wikitools

References