20
Drupal 8 update October 2014

Drupal 8 update & drush: October 2014

Embed Size (px)

DESCRIPTION

Drupal 8 update - drupal 8 beta 1 and Drupalcon Amsterdam Introduction to Drush - basic drush commands - intro to Drush 7 for Drupal 8

Citation preview

Page 1: Drupal 8 update & drush: October 2014

Drupal 8 updateOctober 2014

Page 2: Drupal 8 update & drush: October 2014

TOC

- Drupal 8 update

- Introduction to drush

- New in drush 7

Page 3: Drupal 8 update & drush: October 2014
Page 4: Drupal 8 update & drush: October 2014
Page 5: Drupal 8 update & drush: October 2014

BETA1

- Time to test

- Time to update d7 modules

- time to contribute to

- design

- Translation

- Documentation

Page 6: Drupal 8 update & drush: October 2014

BETA1

Page 8: Drupal 8 update & drush: October 2014
Page 9: Drupal 8 update & drush: October 2014

drush

- shell for drupal

- useful when there is no user interface

- example: AWS service

- use case: recover admin login for site

Page 10: Drupal 8 update & drush: October 2014

drush 7 for d8

- composer

- 6 /usr/local/bin/drush

- 7 /.composer/vendor/bin/drush

Page 11: Drupal 8 update & drush: October 2014

drush examples

- Download Drupal

- create database

- install drupal

- module management

- theme manipulation

- help

Page 12: Drupal 8 update & drush: October 2014

drush examples

- Download Drupal

drush dl drupal

drush dl drupal-8.0.0-beta1

Page 13: Drupal 8 update & drush: October 2014

drush examples

- create database

drush sql-create --db-su=root --db-su-pw=root --db-

url="mysql://root:[email protected]/meetup_d7_loc" --yes

Page 14: Drupal 8 update & drush: October 2014

drush examples

- install drupal

drush site-install standard

--db-url="mysql://root:[email protected]/meetup_d7_loc"

--account-name=d7admin --account-pass=password

Page 15: Drupal 8 update & drush: October 2014

drush examples

- module management

drush pm-download views

# downloads and enables dependencies such as ctools

drush pm-enabled views

drush pm-disable views_ui

drush pm-uninstall views_ui --yes

Page 16: Drupal 8 update & drush: October 2014

drush examples

- theme manipulation

# Drupal 7 examples

drush vget

drush vset site_name "Brisbane Meetup"

Page 17: Drupal 8 update & drush: October 2014

drush examples

- help

drush help

drush help up

Page 18: Drupal 8 update & drush: October 2014

drush hostings

- Acquia for developers

- pantheon

- platform.sh

- AWS

- Ventra IP - install drush on request

Page 19: Drupal 8 update & drush: October 2014

References

- https://www.drupal.org/drupal-8.0.0-beta1

- https://www.acquia.com/blog/leverage-drush-7-drupal-8

- https://getcomposer.org/

Page 20: Drupal 8 update & drush: October 2014

QUESTIONS?

- http://www.technocrat.com.au/

- @Vladimiraus @tesdev

- http://www.slideshare.net/VladimirAus