Drupal – Content Management System - Installation YIPL Dev Team 25 October 2011
Agenda Download and install Drupal
Add some nodes (Article/page)
Install Drupal modules
User permissions overview
Configurations in Drupal introduction
Install and change Drupal theme and settings
To do ;)
Download Drupal – Drupal.org Download Drupal from  http://Drupal.org/download
Save the file Save the file
Extract at web root, generally /var/www in ubuntu linux (or user specific settings like /home/user-name/public_html)
Tar -zxvf drupal-7.x.tar.gz
Rename extracted dir to desired name (project name assume d7-tutorial)
Or do – drush dl on /var/www
Create a user and database Go to  http://localhost/phpmyadmin  (assumed mysql and phpmyadmin installed)
Login if necessary (preferably as root)
Go to “Previllages tab”
Click “Add a new user” with given settings.
Create user and database 2 Remember username and password, username and db name are same.
Install Drupal http://localhost/d7-tutorial
Install Drupal 2
Install Drupal 3 (Linux settings) Create a files directory at /sites/default/files
Give the files directory 777 permission
Copy default.settings.php to settings.php in /sites/default
Give the settings.php file 777 permission
How?? see next slide
Linux Permission for Drupal 7 Remember to remove write permission from settings.php after installation (755 is ok).
Install Drupal 4
Install Drupal 5
Install Drupal 6
Install Drupal 7
Drupal Installed
Drupal 7 First Glimpse
First Node in Drupal 7 This overlay appears after you click on the content link on the top left corner.
Add a basic page in Drupal 7
Adding a basic page in Drupal 7 Enter the title and body for the page.
Node submission settings Edit needed submission settings (demo shows menu settings)
Select Menu, Lighter weights float above.
Page Created
Homepage selection Drupal 7 Configuration>>Site Information (under System)
Scroll to front page section.
Solve 2 home links Structure >> Menus
Click link shown below (we choose Main Menu when creating the node)
Deleting extra home The extra home link was created when creating basic page node (nid 1).
Confirm in next overlay after clicking appropriate delete.
Double home link solved
Some Drupal Fundas Most things are configurable (from UI itself).

Drupal 7 install with modules and themes