Skip to content

Instantly share code, notes, and snippets.

@joachim-n
joachim-n / d8_reset.sh
Last active August 29, 2015 13:57 — forked from cam8001/d8_reset.sh
#!/bin/sh
# Removes an existing Drupal 8 install, then install again.
# Requires Drush 7 - https://github.com/drush-ops/drush
#
# Run this script from the docroot of a Drupal 8 checkout.
# Installs to mysql://localhost/drupal, user 1 user/pass is admin/admin.
# Variables.
# These should be customized to your setup.