pr0ject-x/drupalvm-quickstart

Project-X DrupalVM Quickstart

8.x-dev 2021-01-16 04:48 UTC

This package is auto-updated.

Last update: 2024-04-16 12:27:58 UTC


README

Needing to get a Drupal site up and running using DrupalVM within 10 - 15 mins? Well that's why this repo exists, so we can get to work on the important features that the client cares about!

Prerequisite

The following applications/packages need to be installed prior.

  1. Vagrant
  2. VirtualBox

Get Started

We're using Project-X to help encapsulate redundancy between common project frameworks such as Drupal. The Project-X CLI utility helps speed up local development and standardize the CI workflow to be consistent regardless on what CI service you use.

Drupal 9

composer create-project "Pr0ject-X/drupalvm-quickstart:9.x-dev" [SITE-NAME]

Drupal 8

composer create-project "Pr0ject-X/drupalvm-quickstart:8.x-dev" [SITE-NAME]