SlideShare a Scribd company logo
professional services for the web
consultancy design development hosting training support

Monday, November 25, 13
about me
Greg Harvey

Monday, November 25, 13
introduction
Last year we looked at hosting Drupal 8
It almost worked!
But:
No drush!

Monday, November 25, 13
:’-(
Monday, November 25, 13
what’s the stack?

Monday, November 25, 13
what’s the stack?
Debian “Squeeze” (6)
Percona 5.5.33
PHP 5.3.27 (from Dotdeb)
nginx 1.2.3 (from Code Enigma)

Monday, November 25, 13
installing
If you block install.php:
It has moved!
/core/install.php

Monday, November 25, 13
file system

Monday, November 25, 13
file system
Drupal 7
755 everything
Application only writes to sites/%site

Monday, November 25, 13
file system
Drupal 8
What about CMI?
By default it sits in ‘files’
What about VCS?

Monday, November 25, 13
file system
$config_directories = array(
CONFIG_ACTIVE_DIRECTORY => array(
'path' => '/some/directory/outside/webroot',
'absolute' => TRUE,
),
CONFIG_STAGING_DIRECTORY => array(
'path' => '/another/directory/outside/
webroot',
'absolute' => TRUE,
),
);

Monday, November 25, 13
file system
If you alter the path, also make sure the web server can
read and write from/to that path!

Monday, November 25, 13
file system
And deployment?
Keep ‘staging’ in Git

Monday, November 25, 13
.htaccess
Includes have moved to /core/includes/
New rewrite rules to push update and install requests to
new /core/ paths
Optional rules for additional security

Monday, November 25, 13
.htaccess
# Uncomment the following two lines to only
# allow PHP files in the webroot and in "/core":
# RewriteCond %{REQUEST_URI} !^/core/[^/]*.php$
# RewriteRule "^.+/.*.php$" - [F]

Monday, November 25, 13
.htaccess
Also, TXT files!
All moved to /core/

Monday, November 25, 13
drush
What works?
Pretty much everything!
drush si
drush cc
drush uli

Monday, November 25, 13
drush
What’s new?
CMI
config-edit (cedit)
config-export (cex)
config-get (cget)
config-import (cim)
config-list (cli)

Monday, November 25, 13
drush
And deployment?
These new drush commands for CMI are important!
drush cmi <- importing ‘staging’ config to ‘active’

Monday, November 25, 13
caching
APC
memcache - Drupal 8 version already BUT:
https://drupal.org/node/2056373
Can’t work fully until it support cache tags
No Redis movement to date

Monday, November 25, 13
databases
Nothing much changes
But EVERYTHING changes

Monday, November 25, 13
databases
NoSQL arrives!
http://www.mongodb.com/presentations/webinarmongodb-and-drupal-8-life-without-sql

Monday, November 25, 13
PHP version
We’re running PHP 5.3
What about PHP 5.4 and 5.5?

Monday, November 25, 13
PHP version
No question they’re quicker:
http://blog.asmallorange.com/2013/08/php-roadmapperformance/

Monday, November 25, 13
PHP version

Monday, November 25, 13
PHP version

Monday, November 25, 13
PHP version
So why not?
Breaks Drupal 6.
Probably breaks Drupal 7 contrib too.

Monday, November 25, 13
does it work?!
YES!
Of course it’s not ready, but you can play.

Monday, November 25, 13
performance
A lot to do:
https://drupal.org/node/1744302
But almost there!

Monday, November 25, 13
performance
So please take the next slide with a large pinch of salt:
DRUPAL 8 IS NOT READY FOR
PERFORMANCE TESTING
https://twitter.com/catch56/status/
392295581583802368

Monday, November 25, 13
performance

Monday, November 25, 13
questions?

Monday, November 25, 13

More Related Content

ODP
How we setup Rsync-powered Incremental Backups
PDF
Using filesystem capabilities with rsync
PDF
Front-end tools
PPTX
Introduction to ansible
PDF
Ansible Introduction - Ansible Brno #1 - David Karban
PDF
Building with Firebase
PDF
Managing Your Cisco Datacenter Network with Ansible
PDF
Advanced Web Hosting
How we setup Rsync-powered Incremental Backups
Using filesystem capabilities with rsync
Front-end tools
Introduction to ansible
Ansible Introduction - Ansible Brno #1 - David Karban
Building with Firebase
Managing Your Cisco Datacenter Network with Ansible
Advanced Web Hosting

What's hot (20)

PDF
Terraform and cloud.ca
PDF
Ansible PyWAW
PDF
Forget Grunt and Gulp! Webpack and NPM rule them all!
PDF
Docker worshop @Twitter - How to use your own private registry
PDF
Ansible party in the [Google] clouds
PDF
იოსებ ძმანაშვილი Node.js
KEY
Introduction to NodeJS with LOLCats
PDF
Chef - Configuration Management for the Cloud
PPTX
Azure Fast 7 - The Fastest & Easiest way to get your Web apps onto Azure
PDF
DevOps tools for everyone - Vagrant, Puppet and Webmin
PDF
To AWS with Ansible
PPTX
DJUGL - Django and AWS Lambda
PDF
Manage WordPress with Awesome using wp cli
PDF
Ruby on Rails CMS - on the cloud
PDF
Unleashing the Rails Asset Pipeline
PDF
MAGA - PUG Roma giugno 2017
PDF
Atmosphere - Waldemar Piszczewiat - CI/CD: How I Learned to Stop Worrying and...
PPTX
Heritrix REST API
PPTX
Environment
PDF
Docker and AWS for data science
Terraform and cloud.ca
Ansible PyWAW
Forget Grunt and Gulp! Webpack and NPM rule them all!
Docker worshop @Twitter - How to use your own private registry
Ansible party in the [Google] clouds
იოსებ ძმანაშვილი Node.js
Introduction to NodeJS with LOLCats
Chef - Configuration Management for the Cloud
Azure Fast 7 - The Fastest & Easiest way to get your Web apps onto Azure
DevOps tools for everyone - Vagrant, Puppet and Webmin
To AWS with Ansible
DJUGL - Django and AWS Lambda
Manage WordPress with Awesome using wp cli
Ruby on Rails CMS - on the cloud
Unleashing the Rails Asset Pipeline
MAGA - PUG Roma giugno 2017
Atmosphere - Waldemar Piszczewiat - CI/CD: How I Learned to Stop Worrying and...
Heritrix REST API
Environment
Docker and AWS for data science
Ad

Similar to Drupal 8 - Hosting, Performance and Drush (20)

PDF
Front-end development automation with Grunt
PDF
[EXTENDED] Ceph, Docker, Heroku Slugs, CoreOS and Deis Overview
PDF
PDF
Towards the perfect Drupal Dev Machine
PPTX
BDM32: AdamCloud Project - Part II
PPT
Mysql
PDF
Rapid Home Provisioning
ODP
Lightning Fast Drupal Theming (Drupal 7)
KEY
Automating Drupal Development: Makefiles, features and beyond
PDF
Miscelaneous Debris
PDF
Introduction into Drupal site building
PDF
Script it
PDF
Drupal Day 2012 - Automating Drupal Development: Make!les, Features and Beyond
KEY
drush - the commandline is your friend
PPTX
Drupal Development Tips
KEY
Depolying Drupal with Git, Drush Make and Capistrano
PDF
Shipping Applications to Production in Containers with Docker
PDF
FOSDEM'17: Disaster Recovery Management with ReaR (relax-and-recover) & DRLM ...
PDF
How to Use the Command Line to Increase Speed of Development
ODP
Drush A beginners guide to a advanced tool.
Front-end development automation with Grunt
[EXTENDED] Ceph, Docker, Heroku Slugs, CoreOS and Deis Overview
Towards the perfect Drupal Dev Machine
BDM32: AdamCloud Project - Part II
Mysql
Rapid Home Provisioning
Lightning Fast Drupal Theming (Drupal 7)
Automating Drupal Development: Makefiles, features and beyond
Miscelaneous Debris
Introduction into Drupal site building
Script it
Drupal Day 2012 - Automating Drupal Development: Make!les, Features and Beyond
drush - the commandline is your friend
Drupal Development Tips
Depolying Drupal with Git, Drush Make and Capistrano
Shipping Applications to Production in Containers with Docker
FOSDEM'17: Disaster Recovery Management with ReaR (relax-and-recover) & DRLM ...
How to Use the Command Line to Increase Speed of Development
Drush A beginners guide to a advanced tool.
Ad

Recently uploaded (20)

PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
CIFDAQ's Market Insight: SEC Turns Pro Crypto
PDF
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PDF
Modernizing your data center with Dell and AMD
PDF
cuic standard and advanced reporting.pdf
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PPTX
MYSQL Presentation for SQL database connectivity
PDF
Machine learning based COVID-19 study performance prediction
PPT
Teaching material agriculture food technology
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PPTX
Cloud computing and distributed systems.
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
Unlocking AI with Model Context Protocol (MCP)
PPTX
Big Data Technologies - Introduction.pptx
PDF
KodekX | Application Modernization Development
Chapter 3 Spatial Domain Image Processing.pdf
CIFDAQ's Market Insight: SEC Turns Pro Crypto
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
Modernizing your data center with Dell and AMD
cuic standard and advanced reporting.pdf
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
MYSQL Presentation for SQL database connectivity
Machine learning based COVID-19 study performance prediction
Teaching material agriculture food technology
Spectral efficient network and resource selection model in 5G networks
Reach Out and Touch Someone: Haptics and Empathic Computing
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Cloud computing and distributed systems.
Diabetes mellitus diagnosis method based random forest with bat algorithm
Unlocking AI with Model Context Protocol (MCP)
Big Data Technologies - Introduction.pptx
KodekX | Application Modernization Development

Drupal 8 - Hosting, Performance and Drush