Skip to content

Instantly share code, notes, and snippets.

@nkgokul
Created February 23, 2015 10:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nkgokul/35465dfb9998f6bfaa14 to your computer and use it in GitHub Desktop.
Save nkgokul/35465dfb9998f6bfaa14 to your computer and use it in GitHub Desktop.
Drupal Quick site install
drush dl drupal-6 --drupal-project-rename=drupal6
cd drupal6
drush si --db-url=mysql://root:@localhost/drupal6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment