drupal 8 update & drush: october 2014

Post on 02-Jul-2015

951 Views

Category:

Software

3 Downloads

Preview:

Click to see full reader

DESCRIPTION

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

TRANSCRIPT

Drupal 8 updateOctober 2014

TOC

- Drupal 8 update

- Introduction to drush

- New in drush 7

BETA1

- Time to test

- Time to update d7 modules

- time to contribute to

- design

- Translation

- Documentation

BETA1

drush

- shell for drupal

- useful when there is no user interface

- example: AWS service

- use case: recover admin login for site

drush 7 for d8

- composer

- 6 /usr/local/bin/drush

- 7 /.composer/vendor/bin/drush

drush examples

- Download Drupal

- create database

- install drupal

- module management

- theme manipulation

- help

drush examples

- Download Drupal

drush dl drupal

drush dl drupal-8.0.0-beta1

drush examples

- create database

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

url="mysql://root:root@127.0.0.1/meetup_d7_loc" --yes

drush examples

- install drupal

drush site-install standard

--db-url="mysql://root:root@127.0.0.1/meetup_d7_loc"

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

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

drush examples

- theme manipulation

# Drupal 7 examples

drush vget

drush vset site_name "Brisbane Meetup"

drush examples

- help

drush help

drush help up

drush hostings

- Acquia for developers

- pantheon

- platform.sh

- AWS

- Ventra IP - install drush on request

References

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

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

- https://getcomposer.org/

QUESTIONS?

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

- @Vladimiraus @tesdev

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

top related