Skip to content

Instantly share code, notes, and snippets.

@opdavies
Last active May 14, 2016 19:43
Show Gist options
  • Select an option

  • Save opdavies/24e569577ca4b72f049d to your computer and use it in GitHub Desktop.

Select an option

Save opdavies/24e569577ca4b72f049d to your computer and use it in GitHub Desktop.
Use the Drupal VM Generator
drupalvm config:generate \
--hostname=example.com \
--machine-name=example \
--ip-address=192.168.88.88 \
--cpus=1 \
--memory=512 \
--webserver=nginx \
--path=../site \
--destination=/var/www/site \
--docroot=/var/www/site/drupal \
--drupal-version=8 \
--database-name=drupal \
--database-user=drupal \
--database-password=drupal \
--build-makefile=no \
--install-site=true \
--installed-extras=xdebug,xhprof \
--overwrite
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment