Skip to content

Instantly share code, notes, and snippets.

@keopx
Forked from jmolivas/DrupalConsole-Drupal8.md
Created October 15, 2015 07:40
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 keopx/da616ca73504719f96ca to your computer and use it in GitHub Desktop.
Save keopx/da616ca73504719f96ca to your computer and use it in GitHub Desktop.

Download DrupalConsole

curl -LSs http://drupalconsole.com/installer | php

Make DrupalConsole globaly accesible

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

Download Drupal 8

drupal site:new drupal8.dev

Install Drupal 8

cd drupal8.dev
drupal site:install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment