Book Image

Moodle E-Learning Course Development

By : William Rice, William Rice
Book Image

Moodle E-Learning Course Development

By: William Rice, William Rice

Overview of this book

Table of Contents (21 chapters)
Moodle E-Learning Course Development Third Edition
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
8
Evaluating Students with Quizzes
10
Collaborating with Wikis and Glossaries
Index

Installation step 6 – the installer script


At this point, you have:

  1. Uploaded the Moodle software to your web server.

  2. Created a data directory outside of the directory that Moodle is served from.

  3. Created a database for Moodle to use.

  4. Created a user for the Moodle database.

You are now ready to run the installation routine. Moodle's installer script walks you step by step through setting some of the configurations, and through the creation of Moodle's database tables. But first, some background information.

Configuration settings and config.php

Configuration variables are settings that tell Moodle where the database is located, what the database is called, the database user and password, the web address of the Moodle system, and other necessary information. All of these configuration settings must be correct for Moodle to run. They are stored in a file called config.php in Moodle's home directory.

Stepping through the install routine creates config.php, among other things. The following is an example...