Skip to content

Instantly share code, notes, and snippets.

@CashWilliams
Created August 13, 2018 19:29
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 CashWilliams/b50f9379251942cb6f39f55c96281c11 to your computer and use it in GitHub Desktop.
Save CashWilliams/b50f9379251942cb6f39f55c96281c11 to your computer and use it in GitHub Desktop.
Drupal one line install
curl https://ftp.drupal.org/files/projects/drupal-8.6.0-beta2.tar.gz | tar xz && cd drupal-8.6.0-beta2 && php core/scripts/drupal quick-start standard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment