18
Introduction to Drupal Andrew Rudy

Introduction to Drupal - University of Cincinnati...Introduction to Drupal Andrew Rudy . Outline • What is Drupal • Why use Drupal (Pros and Cons) • Examples of what Drupal can

  • Upload
    others

  • View
    1

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Introduction to Drupal - University of Cincinnati...Introduction to Drupal Andrew Rudy . Outline • What is Drupal • Why use Drupal (Pros and Cons) • Examples of what Drupal can

Introduction to Drupal

Andrew Rudy

Page 2: Introduction to Drupal - University of Cincinnati...Introduction to Drupal Andrew Rudy . Outline • What is Drupal • Why use Drupal (Pros and Cons) • Examples of what Drupal can

Outline • What is Drupal • Why use Drupal (Pros and Cons) • Examples of what Drupal can do • How to download and install Drupal • How to use Drupal’s user interface

Page 3: Introduction to Drupal - University of Cincinnati...Introduction to Drupal Andrew Rudy . Outline • What is Drupal • Why use Drupal (Pros and Cons) • Examples of what Drupal can

What is Drupal? • Drupal is a free tool used to build web sites. • Content management framework • Similar to Wordpress • Hybrid between a web application framework

and a Content Management System • Cross-platform, PHP, and highly modular

Page 4: Introduction to Drupal - University of Cincinnati...Introduction to Drupal Andrew Rudy . Outline • What is Drupal • Why use Drupal (Pros and Cons) • Examples of what Drupal can

What is Drupal?

• Drupal allows you to change your website from a point and click interface. – Add content/articles – Create sidebars and menus – Add or change the theme (look and feel) – Add, edit, or remove people – Add, edit, or remove roles – Extend your sites functionality with modules

Page 5: Introduction to Drupal - University of Cincinnati...Introduction to Drupal Andrew Rudy . Outline • What is Drupal • Why use Drupal (Pros and Cons) • Examples of what Drupal can

Why use Drupal?

• Out of the box functionality and flexibility – No need to reinvent the wheel – Much more functionality than Wordpress

• Large Community – 900,000+ users, Drupal forums, DrupalCon

• Drupal Modules – Many free prebuilt modules readily available – Ex. Captcha, Auto log out, Calendar, and many

many others

Pros

Page 6: Introduction to Drupal - University of Cincinnati...Introduction to Drupal Andrew Rudy . Outline • What is Drupal • Why use Drupal (Pros and Cons) • Examples of what Drupal can

• Large learning curve – Much more than Wordpress, Joomla

• Slower due to amount of resources • Drupal developers are scarce • Minor updates can be difficult

Why use Drupal? Cons

Page 7: Introduction to Drupal - University of Cincinnati...Introduction to Drupal Andrew Rudy . Outline • What is Drupal • Why use Drupal (Pros and Cons) • Examples of what Drupal can

What can Drupal do?

• It is used as a back-end for 2.1% of all the websites worldwide

• Example Drupal sites

Page 8: Introduction to Drupal - University of Cincinnati...Introduction to Drupal Andrew Rudy . Outline • What is Drupal • Why use Drupal (Pros and Cons) • Examples of what Drupal can
Page 9: Introduction to Drupal - University of Cincinnati...Introduction to Drupal Andrew Rudy . Outline • What is Drupal • Why use Drupal (Pros and Cons) • Examples of what Drupal can
Page 10: Introduction to Drupal - University of Cincinnati...Introduction to Drupal Andrew Rudy . Outline • What is Drupal • Why use Drupal (Pros and Cons) • Examples of what Drupal can
Page 11: Introduction to Drupal - University of Cincinnati...Introduction to Drupal Andrew Rudy . Outline • What is Drupal • Why use Drupal (Pros and Cons) • Examples of what Drupal can
Page 12: Introduction to Drupal - University of Cincinnati...Introduction to Drupal Andrew Rudy . Outline • What is Drupal • Why use Drupal (Pros and Cons) • Examples of what Drupal can

Design + User Experience + Functionality

Page 13: Introduction to Drupal - University of Cincinnati...Introduction to Drupal Andrew Rudy . Outline • What is Drupal • Why use Drupal (Pros and Cons) • Examples of what Drupal can
Page 14: Introduction to Drupal - University of Cincinnati...Introduction to Drupal Andrew Rudy . Outline • What is Drupal • Why use Drupal (Pros and Cons) • Examples of what Drupal can

Drupal Core

• The standard Drupal download comes with just the most common functions as seen above

• To add things like forms, emailing, groups and more specific things, a module will need to be added

Page 15: Introduction to Drupal - University of Cincinnati...Introduction to Drupal Andrew Rudy . Outline • What is Drupal • Why use Drupal (Pros and Cons) • Examples of what Drupal can

The 5-minute Install • Download https://drupal.org/download Unzip

• Create Database - myNewSiteName

• Duplicate sites/default.settings.php

• Rename to settings.php - Set permissions

everyone read/write

• Create folder: sites/default/files - Set permissions

everyone read/write

• View site: http://localhost/myNewSiteName

• Done!

Page 16: Introduction to Drupal - University of Cincinnati...Introduction to Drupal Andrew Rudy . Outline • What is Drupal • Why use Drupal (Pros and Cons) • Examples of what Drupal can

Modules

• Functionality is included in modules, which can be enabled or disabled after install

• The functionality of modules are almost endless, from a Drupal command line (Drush) to an e-commerce payment form

Page 17: Introduction to Drupal - University of Cincinnati...Introduction to Drupal Andrew Rudy . Outline • What is Drupal • Why use Drupal (Pros and Cons) • Examples of what Drupal can

Conclusion • Drupal is tool used to build functional

websites with content management systems

• Drupal has more of a learning curve, but can provide a lot of functionality

Page 18: Introduction to Drupal - University of Cincinnati...Introduction to Drupal Andrew Rudy . Outline • What is Drupal • Why use Drupal (Pros and Cons) • Examples of what Drupal can

End

• Slideshare.net/ucdrupal