Difference between revisions of "Drupal VM"

From Stadm
Jump to navigationJump to search
Line 12: Line 12:
 
==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].
 +
 +
==Drupal VM Basic Information==
 +
*Running under thorin (128.111.101.138).
 +
*Default login:
 +
admin:admin
 +
*Running Drupal 8.0.
 +
  
 
<!--
 
<!--
Line 22: Line 29:
 
http://directory.fedoraproject.org/wiki/Howto:Samba
 
http://directory.fedoraproject.org/wiki/Howto:Samba
 
http://ptgmedia.pearsoncmg.com/images/013188221X/downloads/013188221X_book.pdf
 
http://ptgmedia.pearsoncmg.com/images/013188221X/downloads/013188221X_book.pdf
 
+
-->
 
=References=
 
=References=
*http://www.alexwyn.com/computer-tips/centos-samba4-active-directory-domain-controller
+
*https://www.vagrantup.com/docs/provisioning/ansible_intro.html
*http://www.golinuxhub.com/2012/08/create-roaming-profiles-in-samba4.html
+
*http://docs.ansible.com/ansible/guide_vagrant.html
*http://opentodo.net/2013/01/samba4-as-ad-domain-controller-on-centos-6/
+
*https://github.com/geerlingguy/drupal-vm
*http://wiki.samba.org/index.php/Samba_%26_Windows_Profiles
 
*http://clintboessen.blogspot.com/2012/08/open-file-security-warning.html
 
*http://stealthpuppy.com/configuring-an-automatic-resolution-policy-for-offline-files-in-windows-7/
 
*http://support.microsoft.com/kb/2189014
 
*https://www.samba.org/samba/docs/using_samba/ch07.html
 
*https://www.samba.org/samba/docs/using_samba/ch08.html
 
-->
 

Revision as of 10: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

Refer to the Quick Start Guide.

Drupal VM Basic Information

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


References