Skip to content

Instantly share code, notes, and snippets.

@jmolivas
Last active January 30, 2016 18:03
Show Gist options
  • Save jmolivas/cca78681935eae76eee5 to your computer and use it in GitHub Desktop.
Save jmolivas/cca78681935eae76eee5 to your computer and use it in GitHub Desktop.
Download, install and serve Drupal8 using one command

Download, install and serve Drupal 8

$ drupal chain --file=~/.console/chain/quick-start.yml

See below for Drupal Console download and configuration instructions.


Download DrupalConsole

$ curl https://drupalconsole.com/installer -L -o drupal.phar

Make DrupalConsole globaly accesible

$ mv console.phar /usr/local/bin/drupal

Apply executable permissions on the downloaded file

$ chmod +x /usr/local/bin/drupal

Copy configuration files to user home directory

$ drupal init

More information: http://jmolivas.com/download-install-serve-drupal8-using-one-command

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment