Moodle - the world's open source learning platform https://moodle.org/
Find a file
moodler 8bff8ad835 When a teacher is giving feedback, entries that have been modified since
the last time a teacher has given feedback are highlighted.
2002-10-16 07:15:36 +00:00
admin Admin script to brutally delete every file and directory from the 2002-10-15 16:04:38 +00:00
auth Initial version 2002-10-07 17:17:33 +00:00
course Changes related to module editing buttons 2002-10-16 04:53:44 +00:00
doc A little more explicit about PHP requirements 2002-10-15 03:48:04 +00:00
error First implementation of new authentication system, which can now use 2002-09-26 07:03:22 +00:00
files Moved some functions out to lib/moodlelib.php 2002-09-01 14:28:08 +00:00
lang Changes related to module editing buttons 2002-10-16 04:53:44 +00:00
lib Changes related to module editing buttons 2002-10-16 04:53:44 +00:00
login Fixed links to be relative. This prevents errors on the offchance that 2002-10-02 07:08:56 +00:00
mod When a teacher is giving feedback, entries that have been modified since 2002-10-16 07:15:36 +00:00
pix A bit of info 2002-10-12 04:13:39 +00:00
theme Changes to support choice of language direction (so that languages 2002-10-11 02:31:37 +00:00
user Don't show htmleditor preference if it's disabled by admin 2002-10-16 04:52:57 +00:00
CHANGES Miscellaneous little changes from today ... 2002-10-14 16:00:55 +00:00
config-dist.php Most of the configuration variables have been moved out of the config.php 2002-09-19 12:01:55 +00:00
file.php Better error message when invalid arguments are supplied. 2002-09-05 11:56:20 +00:00
help.php Now uses real current language (may not be the same as $CFG->lang) 2002-10-13 10:06:01 +00:00
index.php Special "navigation" for home page - "home" value sets off different header 2002-09-23 15:41:06 +00:00
README.txt A change to test the ACLs 2002-10-02 08:23:49 +00:00
RELEASE.html Some additions 2002-10-15 16:48:44 +00:00
UPGRADING.txt Expanded the description and included sample commands 2002-10-03 03:35:53 +00:00
version.php Just updated the number 2002-10-15 16:49:32 +00:00

README     $Id$
------

Here is a basic outline of the installation process,
which normally takes me only a few minutes:

1) Move the Moodle files into your web directory. 

2) Create an empty directory somewhere to store 
   uploaded files (NOT accessible via the web).
   This directory must be writeable by the web server
   process.

3) Create a single database for Moodle to store all
   it's tables in.

4) Copy the file config-dist.php to config.php, and 
   edit it with all your own settings.

5) Visit your new home page with a web browser.  Moodle
   will lead you through the rest of the setup, 
   creating an admin account and so on.

6) Set up a cron task to call the file admin/cron.php
   every five minutes or so.

For more details, I highly recommend you read the 
full installation documentation, which is stored 
in the "doc" directory or found at http://moodle.com/doc/.

Cheers!
Martin Dougiamas