Book Image

Drupal for Education and E-Learning

Book Image

Drupal for Education and E-Learning

Overview of this book

Table of Contents (22 chapters)
Drupal for Education and E-Learning
Credits
About the Author
About the Reviewers
Preface
Index

Installing Drupal—The Detailed Version


This version goes over each step in more detail, and includes screenshots.

Getting the Codebase

  1. Download the core Drupal codebase from http://drupal.org/project/drupal.

  2. Extract the codebase on your local machine.

    Note

    The Drupal codebase (and all modules and themes) are compressed into a tarball, or a file that is first tarred, and then gzipped. Such compressed files end in .tar.gz.

    On Macs and Linux machines, tar.gz files can be extracted automatically using tools that come preinstalled with the operating system. On PC's, you can use 7-zip, an open-source compression utility available at http://www.7-zip.org.

  3. In your extracted codebase, navigate to the sites/default directory. This directory contains one file: default.settings.php.

Make a copy of this file, and name the copy settings.php.

Creating the Database and the Database User

  1. In your web browser, navigate to where PHPMyAdmin is installed on your web server. If you are using a different tool for creating...