get started with drupal

12
Getting started with Website Design using Drupal -Kartik Singhal [email protected]

Upload: kartik-singhal

Post on 14-Jan-2015

1.283 views

Category:

Self Improvement


6 download

DESCRIPTION

Slides for a demo session on Drupal - an open source content management platform - conducted by me to help interested people (including freshers and FOSSCell members) learn about basics of Drupal on November 6, 2010. It covers mostly the installation part where beginners get stuck.

TRANSCRIPT

Page 1: Get Started With Drupal

Getting started with Website Design using

Drupal

-Kartik [email protected]

Page 2: Get Started With Drupal

What is Drupal?

CMS - Content Management System

Other famous Examples: Joomla, Wordpress

Page 3: Get Started With Drupal

Drupal... where?

White House - www.whitehouse.govMTV UK - www.mtv.co.ukEmmy Awards - www.emmys.tvCWG Delhi 2010 - www.cwgdelhi2010.orgFOSSMeet - fossmeet.in

Page 4: Get Started With Drupal

Get it

drupal.org/download

Page 5: Get Started With Drupal

Drupal depends on

Server – ApacheDatabase – MySQLPHP

LAMP or WAMP

Page 6: Get Started With Drupal

Installation

Windows – Use Acquia Drupal from acquia.com/downloads

Ubuntu – Install LAMP stack, phpMyAdmin and unpack archive downloaded from drupal.org to /var/www directory

Page 7: Get Started With Drupal

Commands for Ubuntu

$ sudo taskselSelect LAMP Server -> Ok

$ sudo apt-get install phpmyadmin

$ tar xvf drupal-6.19.tar.gz

$ sudo mv drupal-6.19 /var/www/drupal

Page 8: Get Started With Drupal

Accessing the site

http://localhost/drupal

in your favorite browser :)and start the installation of drupal

Page 9: Get Started With Drupal

Wait a sec, the database is missing

http://localhost/phpmyadmin

Create new

Note down details, grant privileges

Page 10: Get Started With Drupal

More commands, grrrr....

$ cd /var/www/drupal/sites/default

$ sudo cp default.settings.php settings.php

$ sudo chmod a+w settings.php

$ sudo mkdir files

$ sudo chmod a+w files/

And when you are done:$ sudo chmod a-w settings.php

Page 11: Get Started With Drupal

Ready to create a website!

NodeThemeCommentUsersRolesPermissionsBlocks

Page 12: Get Started With Drupal

License and Credits

This presentation is licensed under a Creative Commons Attribution-NonCommercial 2.5 India

License.

Credits are due to: OpenOffice.org Impress, GIMP, Ubuntu, Google Image Search