Skip to content

Instantly share code, notes, and snippets.

@christopher-hopper
Created August 6, 2015 00:26
Show Gist options
  • Save christopher-hopper/64fcf2ff85fa9104ba60 to your computer and use it in GitHub Desktop.
Save christopher-hopper/64fcf2ff85fa9104ba60 to your computer and use it in GitHub Desktop.
Generate a drush site-alias record for the current Drupal site.
#!/bin/sh
drush --uri="http://$(hostname -f)" site-alias @self --alias-name="local" --show-passwords --with-db --with-optional
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment