1.0.9 • Published 8 years ago

generator-drupalvm v1.0.9

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

DrupalVM Generator

This is a Yeoman generator for quickly spawning configured VMs or new projects using DrupalVM by Jeff Geerling.

Getting started

This generator can either jump start a new Drupal project with a Vagrant build for you, or add a Vagrant build to an existing project.

First, you must have npm and yeoman installed. Follow the docs on the npm site to install Node and NPM.

Install Yeoman with NPM:

npm install -g yo

Grab this generator with the following command:

npm install -g generator-drupalvm

Either create or navigate to your project directory, and run the following command to start the generator:

yo drupalvm

The generator assumes your Drupal application root sits at projectname/docroot.

After running the generator, the Vagrant configuration will live in projectname/tools/drupalvm - at which point you can navigate to that directory and run:

vagrant up

From here, commit the tools directory to provide the configuration to other people involved on the project. It is intended to provide immediate configuration and unified development environment for project participants, whether they be on Windows, OSX or Linux.

Recommended Vagrant Plugins

Before running Vagrant, you might want to install these extra plugins:

1.0.9

8 years ago

1.0.7

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago