Moodle - the world's open source learning platform https://moodle.org/
Find a file
2003-10-08 05:44:56 +00:00
admin Split up the looooooooooooooong page into separate files, to make editing 2003-10-08 05:44:56 +00:00
auth Fixed some short tags 2003-09-09 05:37:39 +00:00
backup Don't throw an error if users aren't found - just print a notice. 2003-10-07 14:02:32 +00:00
course Only print expanded course listing on the first page (ie short category) 2003-10-07 03:29:44 +00:00
doc Style sheet (main one is in /doc ... other one is just useful for editing) 2003-10-01 18:01:34 +00:00
error Short tags 2003-09-11 13:50:02 +00:00
files Backupdata is now always created if it is needed. 2003-09-16 06:15:01 +00:00
lang Tweak to add entry button 2003-10-08 03:49:43 +00:00
lib <acronym> is an allowed tag 2003-10-06 18:09:27 +00:00
login The list of countries has finally been moved into the language packs 2003-09-26 08:04:48 +00:00
mod Started out reformatting the code a little and ended up simplifying 2003-10-08 03:13:12 +00:00
pix Make the "guest allowed" icon separate from the user icon. 2003-09-20 06:11:39 +00:00
theme Some improved XHTML 2003-09-21 15:32:25 +00:00
user These changes implement some better controls for controlling uploads. 2003-10-06 18:02:35 +00:00
userpix Some clean up and documentation for userpix, as well as a default restriction 2003-08-26 09:40:58 +00:00
CHANGES RELEASE 1.1 2003-08-29 03:24:01 +00:00
config-dist.php Some docs for PostgreSQL sockets users (see bug #749) 2003-09-14 17:50:07 +00:00
file.php Displayed time formats are now stored in lang files 2003-01-15 10:55:54 +00:00
help.php Only show visible modules in help 2003-10-08 01:24:49 +00:00
index.php Never checked this in with the course search 2003-08-12 16:44:22 +00:00
README.txt Made this a bit clearer 2003-01-14 11:24:43 +00:00
tags Latest tags 2003-08-28 17:13:25 +00:00
version.php These changes implement some better controls for controlling uploads. 2003-10-06 18:02:35 +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