Presentation is loading. Please wait.

Presentation is loading. Please wait.

What is Drupal? Open Source software written in php. A CMS or content-management system. A sophisticated web application building tool.

Similar presentations


Presentation on theme: "What is Drupal? Open Source software written in php. A CMS or content-management system. A sophisticated web application building tool."— Presentation transcript:

1 What is Drupal? Open Source software written in php. A CMS or content-management system. A sophisticated web application building tool.

2 What can Drupal be? blog Forum Online newspaper, Portal / Directory Brocure site, portfolio, flickr like photo drop Social community site, job post board Video site like youtube Project management site CRM, ERP, SCM, Wiki Shopping cart system E-learning, training site Dating site Anything you can think of…

3 Why use a CMS? It helps manage complexity. It provides a user interface (UI) for adding, editing and publishing content. It provides a means for collaboration among many to perform the above tasks.

4 Why use Drupal over Wordpress? Wordpress was designed only to be a blog with some easy add-ons. Drupal was designed to be more of a generalist: it’s for making ‘anything’ and is far more robust. Wordpress could be the better choice for blogs since it is better at being a blog than Drupal. This is something of debate. Wordpress is still a sound choice of CMS for SEO and security; so if wordpress satisfies a simpler project’s requirements then by all means use it- it is easier and faster to set up than Drupal. Wordpress is not designed to be highly scalable to many simultaneous users, nor does it have flexible roles, permissions, extensible content types, nor does it have plentiful well-tested, quality add-ons. It has a few and a lot of really poor plugins. Caveat: Trying to force Wordpress to do something it cannot do easily with very popular plug-ins can be worse than suffering the learning curve of Drupal.

5 Open Source CMS Content Management Systems manage website (or intranet) content Open Source Content Management Systems have become one of the real open source success stories The three most popular open source CMS in the nonprofit sector are:  Joomla  Drupal  Plone

6 Drupal Drupal is an open source CMS based on PHP and MySQL It can be installed and run on any server with Apache, MySQL and PHP (including Linux/UNIX, Windows and Macintosh) It also runs on PostgreSQL (another open source Database system) It has an extremely active developer community, with lots of resources available It has become arguably the most popular open source CMS for nonprofits

7 Drupal, cont. Drupal is more developer friendly than it is user friendly (for site building, primarily) This makes it extremely flexible and powerful It makes it possible for developers to create feature rich sites It makes it very difficult for nonprofits to build websites on Drupal on their own (unless they have staff who know it or can learn it.) However, organizations can maintain Drupal sites quite well once trained

8 Brief History of Drupal It was created originally as a bulletin board system, and open sourced in 2001 It has had broad adoption since version 4 It is now on version 6.6 (point upgrades happen every few months) Version 5.x is also maintained (now at 5.12) Many sites are still built with Drupal 5 because some modules haven't caught up.

9 Brief Interlude: Drupal vocabulary Node: a piece of content stored in the database. Basically a page Content Type: types of content by how they are displayed and organized Module: an add-on to provide new functionality Theme: a set of templates and stylesheets that determine the look and feel of the site Permissions: access to specific Drupal content and features Roles: sets of user permissions Taxonomy: the way Drupal categorizes content Views: ways to customize presentation of content.

10 Basic Drupal Features Drupal can be used for all sorts of sites  Standard sites, members only sites, blogs, intranets  Has a strength is in community sites – where people can log in and create content  It has blogs and commenting built in Drupal has a granular permissions system It has a robust and flexible theming system Drupal is modular, and there are tons of modules available

11 Basics of Drupal Implementation Do it yourself? Get help?  Once it is set up, administration of a Drupal site is a lot easier than it used to be  But setting up a Drupal site requires expertise

12 Requirements for installation of Drupal It is a web application, so it requires a server running web server software (like apache). Also requires PHP and MySQL (or PostgreSQL) Can be installed on most standard web hosts. Some have “one click” install of Drupal

13 Installation of Drupal Download from http://drupal.orghttp://drupal.org Expand file to a directory in your webserver that is accessible Set up a new database Go through the installation procedure

14

15

16

17

18

19 Building and Customizing a Drupal Site Once installed, the Drupal site is very basic Additions to your Drupal site will be made using themes and modules

20 Blocks Blocks allow the placement of secondary content in various regions on the page Out-of-the-box Drupal allows 5 regions (left column, right column, header, footer and content) Modules can provide blocks with specific functionality Custom blocks can be created

21 Content Types ‘Node’ is the basis for all content types All ‘nodes’ contain title, body, create date, published, etc. CCK Module allows the addition of any kind of field (text, radio, select, checkbox, image, date, etc) New modules can be created for content types by using the Node API.

22 Themes Themes change the look and feel of your site If you have someone else do your site, they will likely design a custom theme for you Lots of themes are available at: http://drupal.org/proj ect/Themes

23 Modules Modules are extensions or add-ons to Drupal that add a specific feature or features Modules can easily integrate with Drupal core or other modules by using the Drupal API (http://api.drupal.org/)http://api.drupal.org/

24 Drupal Modules to use There are some great modules included in the basic Drupal install that you should use (depending on site function)  Blogging module  Comment module  Forum  Taxonomies (categorizing content)  Profile (user profiles)

25 Modules to add Drupal out of the box is very basic. You'll almost definitely want to add modules  WYSIWYG editors  Content Construction Kit (CCK) Allows you to add custom fields to a node in Drupal  Views allows for customized view of content – like pages with particular kinds of categorized content organized in a particular way

26 Users, Roles, Permissions Drupal provides a very flexible authentication system (far above other CMS’s) Users can be created by an admin or can self- register Each user can be placed into 1 or more groups called a ‘Role’ Each role can define very specific permissions for users

27 Drupal Resources htttp://drupal.org - main Drupal website http://drupal.org/forum - forums http://drupal.org/forum http://www.lullabot.com/ - podcast, instructional video, articles, etc. (geared towards developers) http://www.lullabot.com/

28 Drupal Overview Sandipan Codez It solution www.codez.www.codez.in


Download ppt "What is Drupal? Open Source software written in php. A CMS or content-management system. A sophisticated web application building tool."

Similar presentations


Ads by Google