SlideShare a Scribd company logo
Hello Drupal

Created by Acquia Learning Services
(http://training.acquia.com/)
Want to take this course online? http://bit.ly/hello2014
What we'll do in this course
Depends on how much time we have!

Learn concepts
Watch demos
Try it yourself
Getting to know you

About me

Why I use Drupal
What I do with Drupal

About you!

What other systems have you
used?
What you absolutely must
know
1.
2.
3.
4.

What is Drupal?
Admin tour: Managing content with Drupal
Thinking like Drupal: The Drupal Magic Trick
Extending Drupal: The Big Three
Readiness check!

Tools you need

Nice to have

1. A working copy of Drupal 7 1. Browser inspection tool, such
Local install (Try Dev
as Firebug for Firefox; or
Desktop) OR
"Developer mode" in Chrome
Acquia Free Tier OR
2. Lorem ipsum generator
Account on Drupal
Gardens
2. Online exercises.
1. What is 
Drupal?
Why do we have CMSs?

Old days: just HTML To database-driven!
Sites were mainly text and
images
Hierarchical site structure.
Sites were assumed to be
accessed mainly from their
front pages.
Site maintenance consisted of
updating text files.

Templating languages like
PHP.
Separate data and business
logic separated from display.
Users, logging in and
interacting.
Non technical staff managing
websites
In comes Drupal!

Photo by Kathleen Murtagh Dries' State of Drupal keynote
(http://www.flickr.com/photos/ceardach/4540450692)
(CC BY 2.0) (http://creativecommons.org/licenses/by/2.0/deed.en_GB)
Used worldwide—many cases

Publishing, Community, Apps, Web presence
See more at drupalshowcase.com (http://drupalshowcase.com)

Economist.com, Dev.twitter.com, Whitehouse.gov, The King
Center
What does Drupal run on?

LAMP stack is most widely used and tested.

Requirements and flexibility

Details drupal.org/requirements
(https://drupal.org/requirements)
Built in PHP, HTML, CSS, JS.
Other OSs, other servers, other DBs possible (in green)
Building with Drupal

Drupal functionality is easily extended with contributed and
custom code

About 80-90% of a typical project is done with contributed code!
Drupal.org (http://drupal.org)
How many developers have contributed to Drupal? (Hint: check
"d.o")

Drupal.org (http://drupal.org) is the canonical location for
collaboration, support, downloading code, accessing
documentation and connecting to regional and working groups.
Referred to as "d.o"
Drupal is built by people
Drupal is software but also a community.

All photos by Kathleen Murtagh code sprints (http://www.flickr.com/photos/ceardach/)
(CC BY 2.0) (http://creativecommons.org/licenses/by/2.0/deed.en_GB)
DrupalCon

Held in Europe, North America and Australia
From 1500-3000 people
5 days of learning and collaboration
Affordable ticket prices; also Scholarships!

Where's the next DrupalCon?

Hint! Check association.drupal.org/drupalcon
(https://association.drupal.org/drupalcon)
Connect locally

Attend meet-ups, DrupalCamps (local conferences) and training

Drupical (http://drupical.com) hosts and up to date listing of
events across the world.
2. The Drupal 
Admin Tour!
Drupal as a CMS

Demos by your Drupal guide; you try the tasks.

In Drupal 7, most of the editing in the admin area is done in the
"overlay".
Managing content with Drupal
Demo

1. A quick tour of the admin UI,
the overlay and menus.
2. How to add content?
3. Where to find content?

Tasks

1.
2.
3.
4.
5.

Change your site title!
Add a basic page
Add an article
Bonus: Main menu link
Bonus: Comments
How did you do?

Which of these tasks did you complete?
1. Changed site title.
2. Added a Basic page titled “About”.
3. Created an article with tags.
4. Bonus: Added a comment.
5. Bonus: Added link to Main menu.
Important to know!

The Drupal content editing experience can (and should) be
customized by the developers for users.
1. Custom administration pages
2. Improved UI for editing content
3. WYSIWYG configuration
3. Thinking like 
Drupal
Assembling your website

Your mental model might be like this.
You use Drupal to assemble sites with data.
Drupal surprises users who expect "structure first". Drupal is
"data first".
The computing metaphor of "folders" and "documents" is
compelling. Beware!
Structured data

Compare these two data models. How can you control content
input and display with either?

Unstructured text on the left, structured data (fields) on the right.
Introducing Views!

Views is a query builder.
It's the most popular contributed module.

This shows the Views wizard screen which we'll use in the demo.
Drupal Magic Trick!

Demo
1.
2.
3.
4.

Tasks

Add a content type
1. Use Views!
Add an imagefield
2. Make a page of articles at
Create content (add a node)
/articles
Create lists of content with
Views
5. Place a block into a region
6. Fix the imagestyle
How did you do?

Which of these tasks did you complete?
1. Created a view
2. Added a page of articles at /articles
3. Bonus: Did you try something else?
Important to know!

Contributed modules extend what Drupal can do.

Many modules like Views slideshow extend Views. Guess what it
does?
4. Extending 
Drupal: 
The Big 3
First: 
Site Building

Site building is everything you can do in the UI layer of Drupal
What is Site Building?

Selecting and configuring contributed modules.
Modeling content types, users, etc with fields.
Configuring display of content, users, terms, etc.
Configuring lists (views) of content, users, terms, etc.
Second: 
Layout and theming

Layout and theming combines Drupal site building and coding in
PHP/HTML/CSS/JS.
What is Layout and theming?
1. Layout: Where things appear on the screen
2. Theming: How they look
Tasks include:
Various approaches for different use cases.
Contributed modules for configuring layout.
Extending base themes
Creating custom themes
Third: 
Custom coding with modules

Modules answer questions such as "Can Drupal do X?"
What is module development?
Knowing the landscape of contributed modules and
roadmaps.
Extending existing modules and contributing patches.
Use Drupal's API to write new modules in
PHP/HTML/CSS/JavaScript/etc.
Custom modules for new functionality and integrations.
Drupal emphasizes flexibility

Drupal 7
Tips on module selection
Reputation

Maintainers other contributions and involvement,
IRC, word of mouth, appearance in case studies and blog posts.

Reach

Community around module?
Related modules?
Number of installations?
Integrate with other modules?

Currency

Recent commits (last 4-6 weeks)?
Recent release? (green/stable)
Issue queue responsiveness and maintenance?
Reading a project page
Demo

Task

1. Compatible version for
1. Come up with an idea for
Drupal 7?
some functionality you'd like
2. How many installations?
on your site. (No ideas? How
3. Who maintains this?
about allowing users login
4. What are current issues?
with Facebook.)
5. Is Documentation available? 2. Search for a module.
3. Evaluate it against the criteria
we used: Reputation, reach,
currency
A basic theme

This is the bare minimum you need for a theme in Drupal 7.
What will happen?

What do you think the site will display when we enable this
theme?

Enable themes under "Appearance"
What will happen?

What do you think the site will display when we enable this
theme?

Enable themes under "Appearance"

More Related Content

What's hot (20)

PPT
SynapseIndia wordpress installation training module
SynapseIndia
 
PPTX
Wordpress Intro
Richa Goel
 
PDF
Joomla 3.0 Made Easy | Free E-book
JoomlaShine
 
PDF
Joomla Explained - As Easy as 1, 2, 3
Rod Martin
 
PDF
Joomla 15 Quickstart
AmyStephen
 
PPTX
Wordpress for Beginners: 10 Must Knows
TechWyseInternetMarketing
 
PPTX
Joomla
Sagar Udupa
 
PPTX
presentation 2
stoliros
 
PPTX
Why wordpress
Thurain Nyunt
 
PPTX
Elin media evaluation question 6
elinjones2
 
PPTX
Evaluation question 6
seftonmedia
 
PDF
Tutorial PHP and Dreamweaver CS3
Halizah Ahmad
 
PPTX
Evaluation question 6
seftonmedia
 
PPTX
Drupal content manahment system - manual
guest475cb2
 
PDF
Web Design: WordPress Platform
abortivefranchi12
 
PDF
Comparing Blogger And Wordpress
igorgentry
 
PPTX
WordPress for Beginners
Michelle Ames
 
PPTX
Advantages & Disadvantages of Wordpress
Xithi Technologies
 
PPT
Joomla Presentations
SiliconExpert Technologies
 
PPT
Advantages And Disadvantages Of Joomla
tradocaj
 
SynapseIndia wordpress installation training module
SynapseIndia
 
Wordpress Intro
Richa Goel
 
Joomla 3.0 Made Easy | Free E-book
JoomlaShine
 
Joomla Explained - As Easy as 1, 2, 3
Rod Martin
 
Joomla 15 Quickstart
AmyStephen
 
Wordpress for Beginners: 10 Must Knows
TechWyseInternetMarketing
 
Joomla
Sagar Udupa
 
presentation 2
stoliros
 
Why wordpress
Thurain Nyunt
 
Elin media evaluation question 6
elinjones2
 
Evaluation question 6
seftonmedia
 
Tutorial PHP and Dreamweaver CS3
Halizah Ahmad
 
Evaluation question 6
seftonmedia
 
Drupal content manahment system - manual
guest475cb2
 
Web Design: WordPress Platform
abortivefranchi12
 
Comparing Blogger And Wordpress
igorgentry
 
WordPress for Beginners
Michelle Ames
 
Advantages & Disadvantages of Wordpress
Xithi Technologies
 
Joomla Presentations
SiliconExpert Technologies
 
Advantages And Disadvantages Of Joomla
tradocaj
 

Viewers also liked (17)

ODP
Introductie Drupal development
Bart Hanssens
 
ODP
Drupal introductie voor beheerders
Bèr Kessels
 
PPTX
Drupal workshop 10-03-2011
Hoppinger
 
PDF
KOGK - Wat is drupal? - Baris Wanschers
CrossLang / CrossCheck / CrossCast
 
PDF
De Nieuwe Antwerpenaar
CrossLang / CrossCheck / CrossCast
 
PDF
Introduction to Drupal Distributions
Amplexor
 
PPTX
Michael jordan
skuryan
 
PDF
Drupal for Project Managers, Part 3: Launching
Acquia
 
PDF
Drupal for Marketers
Acquia
 
PDF
What is Drupal? An Introduction to Drupal 8
Suzanne Dergacheva
 
PDF
Introduction To Drupal
Lauren Roth
 
PDF
Drupal 8 Quick Start: An Overview of Lightning
Acquia
 
ODP
General Drupal presentation in Dutch
Roel Meester
 
PPTX
Drupal 7 vs. Drupal 8: A Contrast of Multilingual Support
Acquia
 
PDF
Business Benefits of Drupal 8: Empower Digital Innovation with the Newest Ver...
Acquia
 
PDF
An Introduction to Drupal
Tobias Ratschiller
 
PDF
Acquia Cloud Extend: une offre exclusive pour héberger vos sites Drupal en Fr...
Acquia
 
Introductie Drupal development
Bart Hanssens
 
Drupal introductie voor beheerders
Bèr Kessels
 
Drupal workshop 10-03-2011
Hoppinger
 
KOGK - Wat is drupal? - Baris Wanschers
CrossLang / CrossCheck / CrossCast
 
De Nieuwe Antwerpenaar
CrossLang / CrossCheck / CrossCast
 
Introduction to Drupal Distributions
Amplexor
 
Michael jordan
skuryan
 
Drupal for Project Managers, Part 3: Launching
Acquia
 
Drupal for Marketers
Acquia
 
What is Drupal? An Introduction to Drupal 8
Suzanne Dergacheva
 
Introduction To Drupal
Lauren Roth
 
Drupal 8 Quick Start: An Overview of Lightning
Acquia
 
General Drupal presentation in Dutch
Roel Meester
 
Drupal 7 vs. Drupal 8: A Contrast of Multilingual Support
Acquia
 
Business Benefits of Drupal 8: Empower Digital Innovation with the Newest Ver...
Acquia
 
An Introduction to Drupal
Tobias Ratschiller
 
Acquia Cloud Extend: une offre exclusive pour héberger vos sites Drupal en Fr...
Acquia
 
Ad

Similar to Hello Drupal! (20)

PPTX
Drupal Skils Lab 302Labs
Ahmad Mohamad Zain
 
PDF
Montreal Girl Geeks: Intro to Drupal
Suzanne Dergacheva
 
PDF
Girl geek-drupal-intro-jan23-2012
mtlgirlgeeks
 
PDF
Intro to Drupal
mtlgirlgeeks
 
PDF
Content Editing & Admin in Drupal 7
Acquia
 
PDF
DrupalCon Austin - Absolute Beginner's Guide to Drupal
Rod Martin
 
PDF
Absolute Beginners Guide to Drupal
Rod Martin
 
PPTX
Drupal introduction
Jin Castor
 
PPTX
An Introduction to Drupal & How to Use It by Sanket Jain
Innoraft
 
PPT
Drupal intro (1)
abhineshsharma
 
PPT
Drupal -Introduction to Drupal
Vibrant Technologies & Computers
 
PPT
Drupal - Introduction to Drupal Menu and Theme Management
Vibrant Technologies & Computers
 
PPTX
Intro to Drupal Slides - DrupalCampSC 2014
Sarah Shealy
 
PDF
O'Reilly Drupal Webcast
Jeff Eaton
 
PPTX
Ready. Set. Drupal! An Intro to Drupal 8, Part 2
Acquia
 
PPT
Beginner's guide to drupal
mayank.grd
 
PPT
Drupal intro-training-in-mumbai
vibrantuser
 
ODP
Drupal 6x Installation
Micky Metts
 
PPT
SynapseIndia drupal presentation on drupal
Synapseindiappsdevelopment
 
PPTX
Online Drupal Training Syllabus
vibrantuser
 
Drupal Skils Lab 302Labs
Ahmad Mohamad Zain
 
Montreal Girl Geeks: Intro to Drupal
Suzanne Dergacheva
 
Girl geek-drupal-intro-jan23-2012
mtlgirlgeeks
 
Intro to Drupal
mtlgirlgeeks
 
Content Editing & Admin in Drupal 7
Acquia
 
DrupalCon Austin - Absolute Beginner's Guide to Drupal
Rod Martin
 
Absolute Beginners Guide to Drupal
Rod Martin
 
Drupal introduction
Jin Castor
 
An Introduction to Drupal & How to Use It by Sanket Jain
Innoraft
 
Drupal intro (1)
abhineshsharma
 
Drupal -Introduction to Drupal
Vibrant Technologies & Computers
 
Drupal - Introduction to Drupal Menu and Theme Management
Vibrant Technologies & Computers
 
Intro to Drupal Slides - DrupalCampSC 2014
Sarah Shealy
 
O'Reilly Drupal Webcast
Jeff Eaton
 
Ready. Set. Drupal! An Intro to Drupal 8, Part 2
Acquia
 
Beginner's guide to drupal
mayank.grd
 
Drupal intro-training-in-mumbai
vibrantuser
 
Drupal 6x Installation
Micky Metts
 
SynapseIndia drupal presentation on drupal
Synapseindiappsdevelopment
 
Online Drupal Training Syllabus
vibrantuser
 
Ad

More from Acquia (20)

PDF
Acquia_Adcetera Webinar_Marketing Automation.pdf
Acquia
 
PDF
Acquia Webinar Deck - 9_13 .pdf
Acquia
 
PDF
Taking Your Multi-Site Management at Scale to the Next Level
Acquia
 
PDF
CDP for Retail Webinar with Appnovation - Q2 2022.pdf
Acquia
 
PDF
May Partner Bootcamp 2022
Acquia
 
PDF
April Partner Bootcamp 2022
Acquia
 
PDF
How to Unify Brand Experience: A Hootsuite Story
Acquia
 
PDF
Using Personas to Guide DAM Results: How Life Time Pumped Up Their UX and CX
Acquia
 
PDF
Improve Code Quality and Time to Market: 100% Cloud-Based Development Workflow
Acquia
 
PDF
September Partner Bootcamp
Acquia
 
PDF
August partner bootcamp
Acquia
 
PDF
July 2021 Partner Bootcamp
Acquia
 
PDF
May Partner Bootcamp
Acquia
 
PDF
DRUPAL 7 END OF LIFE IS NEAR - MIGRATE TO DRUPAL 9 FAST AND EASY
Acquia
 
PDF
Work While You Sleep: The CMO’s Guide to a 24/7/365 Lead Machine
Acquia
 
PDF
Acquia webinar: Leveraging Drupal to Bury Your Sales Team In B2B Leads
Acquia
 
PDF
April partner bootcamp deck cookieless future
Acquia
 
PDF
How to enhance cx through personalised, automated solutions
Acquia
 
PDF
DRUPAL MIGRATIONS AND DRUPAL 9 INNOVATION: HOW PAC-12 DELIVERED DIGITALLY FOR...
Acquia
 
PDF
Customer Experience (CX): 3 Key Factors Shaping CX Redesign in 2021
Acquia
 
Acquia_Adcetera Webinar_Marketing Automation.pdf
Acquia
 
Acquia Webinar Deck - 9_13 .pdf
Acquia
 
Taking Your Multi-Site Management at Scale to the Next Level
Acquia
 
CDP for Retail Webinar with Appnovation - Q2 2022.pdf
Acquia
 
May Partner Bootcamp 2022
Acquia
 
April Partner Bootcamp 2022
Acquia
 
How to Unify Brand Experience: A Hootsuite Story
Acquia
 
Using Personas to Guide DAM Results: How Life Time Pumped Up Their UX and CX
Acquia
 
Improve Code Quality and Time to Market: 100% Cloud-Based Development Workflow
Acquia
 
September Partner Bootcamp
Acquia
 
August partner bootcamp
Acquia
 
July 2021 Partner Bootcamp
Acquia
 
May Partner Bootcamp
Acquia
 
DRUPAL 7 END OF LIFE IS NEAR - MIGRATE TO DRUPAL 9 FAST AND EASY
Acquia
 
Work While You Sleep: The CMO’s Guide to a 24/7/365 Lead Machine
Acquia
 
Acquia webinar: Leveraging Drupal to Bury Your Sales Team In B2B Leads
Acquia
 
April partner bootcamp deck cookieless future
Acquia
 
How to enhance cx through personalised, automated solutions
Acquia
 
DRUPAL MIGRATIONS AND DRUPAL 9 INNOVATION: HOW PAC-12 DELIVERED DIGITALLY FOR...
Acquia
 
Customer Experience (CX): 3 Key Factors Shaping CX Redesign in 2021
Acquia
 

Recently uploaded (20)

PDF
Newgen 2022-Forrester Newgen TEI_13 05 2022-The-Total-Economic-Impact-Newgen-...
darshakparmar
 
PPTX
Webinar: Introduction to LF Energy EVerest
DanBrown980551
 
PDF
CIFDAQ Weekly Market Wrap for 11th July 2025
CIFDAQ
 
PDF
Empower Inclusion Through Accessible Java Applications
Ana-Maria Mihalceanu
 
PDF
"AI Transformation: Directions and Challenges", Pavlo Shaternik
Fwdays
 
PDF
HubSpot Main Hub: A Unified Growth Platform
Jaswinder Singh
 
PDF
Jak MŚP w Europie Środkowo-Wschodniej odnajdują się w świecie AI
dominikamizerska1
 
PPTX
Q2 FY26 Tableau User Group Leader Quarterly Call
lward7
 
PDF
LLMs.txt: Easily Control How AI Crawls Your Site
Keploy
 
PDF
CIFDAQ Token Spotlight for 9th July 2025
CIFDAQ
 
PPTX
AUTOMATION AND ROBOTICS IN PHARMA INDUSTRY.pptx
sameeraaabegumm
 
PPTX
WooCommerce Workshop: Bring Your Laptop
Laura Hartwig
 
PDF
New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
PDF
CIFDAQ Market Insights for July 7th 2025
CIFDAQ
 
PDF
DevBcn - Building 10x Organizations Using Modern Productivity Metrics
Justin Reock
 
PDF
Presentation - Vibe Coding The Future of Tech
yanuarsinggih1
 
PPTX
"Autonomy of LLM Agents: Current State and Future Prospects", Oles` Petriv
Fwdays
 
PDF
July Patch Tuesday
Ivanti
 
PDF
Newgen Beyond Frankenstein_Build vs Buy_Digital_version.pdf
darshakparmar
 
PDF
Bitcoin for Millennials podcast with Bram, Power Laws of Bitcoin
Stephen Perrenod
 
Newgen 2022-Forrester Newgen TEI_13 05 2022-The-Total-Economic-Impact-Newgen-...
darshakparmar
 
Webinar: Introduction to LF Energy EVerest
DanBrown980551
 
CIFDAQ Weekly Market Wrap for 11th July 2025
CIFDAQ
 
Empower Inclusion Through Accessible Java Applications
Ana-Maria Mihalceanu
 
"AI Transformation: Directions and Challenges", Pavlo Shaternik
Fwdays
 
HubSpot Main Hub: A Unified Growth Platform
Jaswinder Singh
 
Jak MŚP w Europie Środkowo-Wschodniej odnajdują się w świecie AI
dominikamizerska1
 
Q2 FY26 Tableau User Group Leader Quarterly Call
lward7
 
LLMs.txt: Easily Control How AI Crawls Your Site
Keploy
 
CIFDAQ Token Spotlight for 9th July 2025
CIFDAQ
 
AUTOMATION AND ROBOTICS IN PHARMA INDUSTRY.pptx
sameeraaabegumm
 
WooCommerce Workshop: Bring Your Laptop
Laura Hartwig
 
New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
CIFDAQ Market Insights for July 7th 2025
CIFDAQ
 
DevBcn - Building 10x Organizations Using Modern Productivity Metrics
Justin Reock
 
Presentation - Vibe Coding The Future of Tech
yanuarsinggih1
 
"Autonomy of LLM Agents: Current State and Future Prospects", Oles` Petriv
Fwdays
 
July Patch Tuesday
Ivanti
 
Newgen Beyond Frankenstein_Build vs Buy_Digital_version.pdf
darshakparmar
 
Bitcoin for Millennials podcast with Bram, Power Laws of Bitcoin
Stephen Perrenod
 

Hello Drupal!