Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

Developing locally with Drupal VM

Tim Wood edited this page Mar 5, 2016 · 12 revisions

Mac

1 - Download and install vagrant

  1. Install Vagrant

2 - Build the Virtual Machine

  1. Follow steps to get the latest code of our repo
  2. Inside box/ folder, make copies of both of the example.* files, and modify for any local changes required. We've already changed some items in the example config for our project.
    cd box/; cp example.drupal.make.yml drupal.make.yml; cp example.config.yml config.yml
  3. (If you have Ansible installed on Mac/Linux) Run:
    sudo ansible-galaxy install -r provisioning/requirements.yml --force
  4. Run vagrant up and watch the magic
    vagrant up

Windows

TODO

Linux

TODO

References

1 - DrupalVM Documentation

2 - DrupalVM Quick Start Guide

Clone this wiki locally