cms drupal installation & configuration - anil mishra

18
8/7/2019 CMS Drupal Installation & Configuration - Anil Mishra http://slidepdf.com/reader/full/cms-drupal-installation-configuration-anil-mishra 1/18 Drupal Installation & Configuration Anil Kumar Mishra LIO, NCHRC, NIHFW New Delhi Email id: [email protected] Blog: http://anilkmishra.blogspot.com

Upload: anil-mishra

Post on 08-Apr-2018

234 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: CMS Drupal Installation & Configuration - Anil Mishra

8/7/2019 CMS Drupal Installation & Configuration - Anil Mishra

http://slidepdf.com/reader/full/cms-drupal-installation-configuration-anil-mishra 1/18

Drupal Installation &

Configuration

Anil Kumar Mishra

LIO, NCHRC, NIHFWNew DelhiEmail id: [email protected]

Blog:

http://anilkmishra.blogspot.com

Page 2: CMS Drupal Installation & Configuration - Anil Mishra

8/7/2019 CMS Drupal Installation & Configuration - Anil Mishra

http://slidepdf.com/reader/full/cms-drupal-installation-configuration-anil-mishra 2/18

Page 3: CMS Drupal Installation & Configuration - Anil Mishra

8/7/2019 CMS Drupal Installation & Configuration - Anil Mishra

http://slidepdf.com/reader/full/cms-drupal-installation-configuration-anil-mishra 3/18

Workflow in Drupal

Click to edit Master text stylesSecond level● Third level● Fourth level● Fifth level

Page 4: CMS Drupal Installation & Configuration - Anil Mishra

8/7/2019 CMS Drupal Installation & Configuration - Anil Mishra

http://slidepdf.com/reader/full/cms-drupal-installation-configuration-anil-mishra 4/18

Drupal Installation on Windows

Download the latest Drupal installation Binary fromhttp://www.drupal.org

Go to a Web root folder in the Web server its “htdocs”in Apache servers

In XAMPP, generally in C:\xampp\htdocs

Extract the installation binary

Copy the extracted folder in to the htdocs folder

Rename the folder accordingly

Go to the folder Sites default

Copy the file default.settings.php and paste in thesame folder.

Rename the copied default.settings.php to settings.php

Page 5: CMS Drupal Installation & Configuration - Anil Mishra

8/7/2019 CMS Drupal Installation & Configuration - Anil Mishra

http://slidepdf.com/reader/full/cms-drupal-installation-configuration-anil-mishra 5/18

Installation Folder

Click to edit Master text stylesSecond level● Third level● Fourth level● Fifth level

Page 6: CMS Drupal Installation & Configuration - Anil Mishra

8/7/2019 CMS Drupal Installation & Configuration - Anil Mishra

http://slidepdf.com/reader/full/cms-drupal-installation-configuration-anil-mishra 6/18

Creating the Database

Click to edit Master text stylesSecond level● Third level● Fourth level● Fifth level

•  Create the database in mysql using Phpmyadmin• It will be generally http://localhost/phpmyadmin/•  Create a New Database by name “drupal”

Page 7: CMS Drupal Installation & Configuration - Anil Mishra

8/7/2019 CMS Drupal Installation & Configuration - Anil Mishra

http://slidepdf.com/reader/full/cms-drupal-installation-configuration-anil-mishra 7/18

Adding a new user to the Database

Create a user to give access to this database Click the Privileges option in the

Phpmyadmin

Click Add a new user give user name and password and select the database

  Check all in Global Privileges Ok

Page 8: CMS Drupal Installation & Configuration - Anil Mishra

8/7/2019 CMS Drupal Installation & Configuration - Anil Mishra

http://slidepdf.com/reader/full/cms-drupal-installation-configuration-anil-mishra 8/18

Adding a new user to theDatabase

A user will be created with global privileges.

Page 9: CMS Drupal Installation & Configuration - Anil Mishra

8/7/2019 CMS Drupal Installation & Configuration - Anil Mishra

http://slidepdf.com/reader/full/cms-drupal-installation-configuration-anil-mishra 9/18

Installing Drupal

Goto the webbrowser type http://localhost/drupal

Select the English language Installation

Page 10: CMS Drupal Installation & Configuration - Anil Mishra

8/7/2019 CMS Drupal Installation & Configuration - Anil Mishra

http://slidepdf.com/reader/full/cms-drupal-installation-configuration-anil-mishra 10/18

Database ConfigurationFill in the details like Name of the database

Username to access the database

Enter the password of the database Ok

Page 11: CMS Drupal Installation & Configuration - Anil Mishra

8/7/2019 CMS Drupal Installation & Configuration - Anil Mishra

http://slidepdf.com/reader/full/cms-drupal-installation-configuration-anil-mishra 11/18

Page 12: CMS Drupal Installation & Configuration - Anil Mishra

8/7/2019 CMS Drupal Installation & Configuration - Anil Mishra

http://slidepdf.com/reader/full/cms-drupal-installation-configuration-anil-mishra 12/18

Configure SiteConfigure your Drupal Give Site Name Email

Admin Username Admin Email

  Admin Password

Submit

Page 13: CMS Drupal Installation & Configuration - Anil Mishra

8/7/2019 CMS Drupal Installation & Configuration - Anil Mishra

http://slidepdf.com/reader/full/cms-drupal-installation-configuration-anil-mishra 13/18

Page 14: CMS Drupal Installation & Configuration - Anil Mishra

8/7/2019 CMS Drupal Installation & Configuration - Anil Mishra

http://slidepdf.com/reader/full/cms-drupal-installation-configuration-anil-mishra 14/18

Page 15: CMS Drupal Installation & Configuration - Anil Mishra

8/7/2019 CMS Drupal Installation & Configuration - Anil Mishra

http://slidepdf.com/reader/full/cms-drupal-installation-configuration-anil-mishra 15/18

Configuration

Configure your website -Once logged in, visit the administration section, where you

can customize and configure all aspects of your website.

Enable additional functionality - Next, visit the module list and enable featureswhich suit your specific needs. You can find additional modules in the Drupal modulesdownload section.

Customize your website design - To change the “look and feel” of your website,visit the themes section. You may choose from one of the included themes ordownload additional themes from the Drupal themes download section.

Start posting content - Finally, you can create content for your website. Thismessage will disappear once you have promoted a post to the front page.

For more information, please refer to the help section, or the online Drupalhandbooks. You may also post at the Drupal forum, or view the wide range of othersupport options available.

Examples of drupal sites– http://www.childhealthindiainfo.com

  http://www.indiaenvironmentportal.com 

C C i Child l h d l d

Page 16: CMS Drupal Installation & Configuration - Anil Mishra

8/7/2019 CMS Drupal Installation & Configuration - Anil Mishra

http://slidepdf.com/reader/full/cms-drupal-installation-configuration-anil-mishra 16/18

NCHRC Repository on Child Health – developed

on Drupal

Page 17: CMS Drupal Installation & Configuration - Anil Mishra

8/7/2019 CMS Drupal Installation & Configuration - Anil Mishra

http://slidepdf.com/reader/full/cms-drupal-installation-configuration-anil-mishra 17/18

For further Information Visit

http://drupal.org 

Page 18: CMS Drupal Installation & Configuration - Anil Mishra

8/7/2019 CMS Drupal Installation & Configuration - Anil Mishra

http://slidepdf.com/reader/full/cms-drupal-installation-configuration-anil-mishra 18/18

Questions?

Thank Y ou!Email id: [email protected]