Moodle - the world's open source learning platform https://moodle.org/
Find a file
stronk7 740aa005dc Interchange delete old data and create temp structures. The first time
an error ocurred, because we were trying to access an no-existent dir.
2003-05-16 17:36:47 +00:00
admin Explicit casting to (bool) may help 4.2.3 2003-05-16 04:47:40 +00:00
auth New authentication method - a very simple one called "manual". 2003-04-24 15:01:15 +00:00
backup Interchange delete old data and create temp structures. The first time 2003-05-16 17:36:47 +00:00
course Fixed up "Assign teacher" page, and moved it to admin directory. 2003-05-14 15:58:48 +00:00
doc Two new language variables implemented. 2003-05-03 06:50:29 +00:00
error First implementation of new authentication system, which can now use 2002-09-26 07:03:22 +00:00
files Minor changes to support the "restore" option with zip files. Only 2003-05-14 23:09:34 +00:00
lang New translation added. 2003-05-16 12:01:41 +00:00
lib Added hyphen (-) to the list of allowed characters in a filename 2003-05-16 06:08:42 +00:00
login Some minor cleanups, nothing functional, just code-level niceness mostly. 2003-05-15 14:34:48 +00:00
mod I knew there was something else I'd forgotten! 2003-05-15 18:03:22 +00:00
pix Missed some pixels 2003-05-04 13:48:39 +00:00
theme Many little clean-ups for themes. 2003-05-15 13:55:22 +00:00
user Moved info about automatic unenrolling to the top where it makes more sense 2003-05-16 06:27:23 +00:00
CHANGES RELEASE 1.0.8.1 2003-01-12 07:16:33 +00:00
config-dist.php New configuration variable: secureforms (defaults to 'true') 2003-05-15 15:59:52 +00:00
file.php Displayed time formats are now stored in lang files 2003-01-15 10:55:54 +00:00
help.php IMPORTANT SECURITY FIX: this prevents bad characters being passed to help.php 2003-05-09 02:05:16 +00:00
index.php Minor touch-ups to the front page HTML 2003-05-15 14:02:13 +00:00
README.txt Made this a bit clearer 2003-01-14 11:24:43 +00:00
tags Latest tags for vi etc 2003-05-16 07:04:09 +00:00
version.php OK, this is pretty much time to call it 1.0.9 Beta 1 ... I'm going to 2003-05-15 17:16:15 +00:00

README     $Id$
------

If you are installing the first time, then you 
should read the installation guide which is 
part of the Moodle documentation (along with 
information about upgrading etc):

   http://moodle.com/doc/

There is a copy of all this documentation as part of 
this Moodle distribution.  You can access your local
copy of the installation guide here:

   lang/en/docs/install.html

Once Moodle is installed on your machine, then 
you can also access a local copy of all this 
documentation (localised to your language) at:

   http://yourmoodlesite.com/doc/


For the impatient, 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 (or choose an existing database).

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.


Cheers!
Martin Dougiamas