Skip to content

Instantly share code, notes, and snippets.

@edysmp
Created March 23, 2018 18:50
Show Gist options
  • Save edysmp/bb68828e451dbb7e3880bd538f08337f to your computer and use it in GitHub Desktop.
Save edysmp/bb68828e451dbb7e3880bd538f08337f to your computer and use it in GitHub Desktop.
quick drupal test
curl -sS https://ftp.drupal.org/files/projects/drupal-8.6.x-dev.zip --output drupal-8.6.x-dev.zip
unzip drupal-8.6.x-dev.zip
cd drupal-8.6.x-dev
curl https://www.drupal.org/files/issues/2018-03-23/2911319-2-157.patch | patch -p1
php core/scripts/quick-start.php
select `demo_umami` profile :)
enjoy :)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment