introduction to drupal

18
Introduction to Drupal Andrew Rudy

Upload: ucdrupal

Post on 21-Jan-2015

204 views

Category:

Technology


7 download

DESCRIPTION

Introduction to Drupal, an open-source Content Management Framework for building small, medium, and enterprise level websites.

TRANSCRIPT

Page 1: Introduction to drupal

Introduction to Drupal

Andrew Rudy

Page 2: Introduction to drupal

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

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

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

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

• 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

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
Page 9: Introduction to drupal
Page 10: Introduction to drupal
Page 11: Introduction to drupal
Page 12: Introduction to drupal

Design + User Experience + Functionality

Page 13: Introduction to drupal
Page 14: Introduction to drupal

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

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

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

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

End

• Slideshare.net/