Moodle - the world's open source learning platform https://moodle.org/
Find a file
moodler ad08fdc277 Performance improvements
- better checking of data before processing
  - used logs are removed to avoid re-processing by other modules
2003-04-26 12:59:41 +00:00
admin Show adduser only when adding new user from moodle is posible. 2003-04-25 17:18:40 +00:00
auth New authentication method - a very simple one called "manual". 2003-04-24 15:01:15 +00:00
course Cleaned up definition of constant COURSE_* values in course/lib.php 2003-04-26 12:17:30 +00:00
doc Remove some old save_sessions 2003-03-04 09:01:26 +00:00
error First implementation of new authentication system, which can now use 2002-09-26 07:03:22 +00:00
files Directories are now made using make_upload_directory from moodlelib 2003-04-25 08:39:11 +00:00
lang FAQ in full is too long - offends my eye :-) 2003-04-26 06:05:24 +00:00
lib Extended number of select fields allowed for get_field() and set_field() from 1 to 3 2003-04-26 12:38:04 +00:00
login Allowed - and . during signup by email 2003-04-25 12:35:17 +00:00
mod Performance improvements 2003-04-26 12:59:41 +00:00
pix Tweakin' icons 2003-04-15 14:29:09 +00:00
theme Argh! Excess quotes in CSS 2003-04-26 12:12:30 +00:00
user Dont allow edit username when external authentication is active. 2003-04-25 16:42:07 +00:00
CHANGES RELEASE 1.0.8.1 2003-01-12 07:16:33 +00:00
config-dist.php More info about admin location and a fix 2003-04-10 13:57:21 +00:00
file.php Displayed time formats are now stored in lang files 2003-01-15 10:55:54 +00:00
help.php Clean sweep through all the important changing all include(), include_once() 2003-01-05 14:19:20 +00:00
index.php Removed save_session() - no longer needed 2003-02-27 02:43:34 +00:00
README.txt Made this a bit clearer 2003-01-14 11:24:43 +00:00
tags Latest tags 2003-04-16 15:19:23 +00:00
version.php MySQL code (etc) to convert all usernames to lowercase ... does a lot more 2003-04-25 03:54:21 +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