Skip to content

Instantly share code, notes, and snippets.

@thom8
Created August 20, 2015 12:51
Show Gist options
  • Save thom8/804cf89ea516400ed061 to your computer and use it in GitHub Desktop.
Save thom8/804cf89ea516400ed061 to your computer and use it in GitHub Desktop.
Install Drupal 8 sprint box
#!/bin/bash
git clone https://github.com/thom8/drupal8-vagrant.git
cd drupal8-vagrant
if !(vagrant plugin list | grep -q vagrant-hostsupdater); then
vagrant plugin install vagrant-hostupdater
fi
vagrant up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment