+ All Categories
Home > Technology > Getting started with Drupal 8

Getting started with Drupal 8

Date post: 16-Jan-2017
Category:
Upload: hector-iribarne
View: 537 times
Download: 0 times
Share this document with a friend
44
Getting started with Drupal 8 November 24, 2015 Author: Hector Iribarne @hectoriribarne
Transcript
Page 1: Getting started with Drupal 8

Getting started with Drupal 8 November 24, 2015

Author: Hector Iribarne @hectoriribarne

Page 2: Getting started with Drupal 8

@hectoriribarne

Drupal 8 Released on November 19, 2015!

Page 3: Getting started with Drupal 8

@hectoriribarne

Main Topics

Installing Drupal 8

Site Building with Drupal 8

Developing with Drupal 8

Page 4: Getting started with Drupal 8

Installing

Drupal 8

@hectoriribarne

Page 5: Getting started with Drupal 8

@hectoriribarne

Acquia Dev Desktop 2 (https://www.acquia.com/downloads)

Page 6: Getting started with Drupal 8

Acquia Dev Desktop 2 (ADD2)

@hectoriribarne

Page 7: Getting started with Drupal 8

ADD2 - Select Drupal 8 to Install

@hectoriribarne

Page 8: Getting started with Drupal 8

ADD2 - Name site and click Finish

@hectoriribarne

Page 9: Getting started with Drupal 8

ADD2 - Click Local site link

@hectoriribarne

Page 10: Getting started with Drupal 8

ADD2 - Choose your language

@hectoriribarne

Page 11: Getting started with Drupal 8

ADD2 - Create database

@hectoriribarne

Page 12: Getting started with Drupal 8

ADD2 - Install site and Core Modules

@hectoriribarne

Page 13: Getting started with Drupal 8

ADD2 - Configure site

@hectoriribarne

Page 14: Getting started with Drupal 8

ADD2 - Voilà!

@hectoriribarne

Page 15: Getting started with Drupal 8

@hectoriribarne

Pantheon (https://dashboard.pantheon.io/products/drupal8/spinup)

Page 16: Getting started with Drupal 8

@hectoriribarne

Drupal VM (http://www.drupalvm.com/)

Page 17: Getting started with Drupal 8

Site Building with

Drupal 8

@hectoriribarne

Page 18: Getting started with Drupal 8

Let’s jump in

the Drupal 8

pool now!

@hectoriribarne

Page 19: Getting started with Drupal 8

What’s new in Drupal 8?

@hectoriribarne

Page 20: Getting started with Drupal 8

Symfony 2.7 and Twig

@hectoriribarne

Page 21: Getting started with Drupal 8

File structure changes

@hectoriribarne

Source: http://drupalmotion.com/article/drupal-code-base

Page 22: Getting started with Drupal 8

Responsive

Out of the

Box ->

@hectoriribarne

Page 23: Getting started with Drupal 8

HTML5 out of the box

@hectoriribarne

Page 24: Getting started with Drupal 8

Views in Core

@hectoriribarne

Page 25: Getting started with Drupal 8

Wysiwyg in Core

@hectoriribarne

Page 26: Getting started with Drupal 8

Unique Universal IDs (UUIDs) in Core

@hectoriribarne

Page 27: Getting started with Drupal 8

Configuration Management

@hectoriribarne

Page 28: Getting started with Drupal 8

Comments are now Fields

@hectoriribarne

Page 29: Getting started with Drupal 8

New Field Types in Drupal 8 Core

@hectoriribarne

Date

Email

Link

Entity Reference

Telephone

Page 30: Getting started with Drupal 8

Multilingual in Drupal 8 Core

@hectoriribarne

http://hojtsy.hu/multilingual-drupal8

Page 31: Getting started with Drupal 8

Migrate in Drupal 8 Core Experimental

@hectoriribarne

Page 32: Getting started with Drupal 8

Developing with

Drupal 8

@hectoriribarne

Page 33: Getting started with Drupal 8

Object Oriented Programming in D8

@hectoriribarne

Page 34: Getting started with Drupal 8

Getting Started with D8 Dev

@hectoriribarne

Getting started, forms, plugins and controllers:

http://getlevelten.com/blog/ian-whitcomb/drupal-8-module-development-part-1-getting-started

http://getlevelten.com/blog/ian-whitcomb/drupal-8-module-development-part-2-forms

http://getlevelten.com/blog/ian-whitcomb/drupal-8-module-development-part-3-plugins

https://www.previousnext.com.au/blog/using-drupal-8s-new-route-controllers

Page 35: Getting started with Drupal 8

Drupal 8 API

@hectoriribarne

Page 36: Getting started with Drupal 8

Drupal Console (DrupalConsole.com)

@hectoriribarne

Page 37: Getting started with Drupal 8

Drupal Generator (DrupalGenerator.com)

@hectoriribarne

Page 38: Getting started with Drupal 8

Drupal Module Upgrader Project

@hectoriribarne

Page 39: Getting started with Drupal 8

Drupal Module Upgrader Commands

@hectoriribarne

> drush dl drupalmoduleupgrader> cd modules> cd drupalmoduleupgrader> composer install> drush en drupalmoduleupgrader

> drush dmu-analyze contentinIndexing...done.Generated a report at [success]/Users/dev/Sites/devdesktop/drupal-8.0.0-beta15/modules/contentin/upgrade-info.html

> drush dmu-upgrade contentinIndexing...done.

Page 40: Getting started with Drupal 8

Is there time to look at some code?

@hectoriribarne

Page 41: Getting started with Drupal 8

Demo

@hectoriribarne

Page 42: Getting started with Drupal 8

Drupal 8 Videos (Free)

@hectoriribarne

Drupal 8 Beginner Class (62 videos)https://www.youtube.com/playlist?list=PLtaXuX0nEZk9MKY_ClWcPkGtOEGyLTyCO

Drupal 8 and Front-End (40 videos)http://buildamodule.com/blog/40-new-drupal-8-and-front-end-videos-for-the-holidays

Page 44: Getting started with Drupal 8

Questions?

@hectoriribarne


Recommended