Skip to content
This repository was archived by the owner on Apr 2, 2018. It is now read-only.

Installation

Oliver Davies edited this page Jan 29, 2017 · 9 revisions

For general use, the supported installation method is via Composer.

composer global require opdavies/drupal-vm-cli:@stable

To update to the latest version:

composer global update opdavies/drupal-vm-cli

For development purposes, you can download the project itself using composer create-project:

composer create-project opdavies/drupal-vm-cli:@dev drupal-vm-cli \
  --keep-vcs --prefer-dist

This will clone the latest development version from GitHub and also run composer install to download the dependencies.

Drupal VM Compatibility

Drupal VM Version Drupal VM CLI Branch Code Status
3.x master

Clone this wiki locally