Moodle - the world's open source learning platform https://moodle.org/
Find a file
2002-09-01 14:31:49 +00:00
admin More direct link to index.php just in case they don't have index.php 2002-08-26 02:49:34 +00:00
course Tweak to side boxes 2002-08-26 20:45:01 +00:00
doc Mentioned that config.php needs to be edited using a *text editor* :-) 2002-08-31 02:44:21 +00:00
error Fixes to convert mail to individual mailing ... 2002-06-05 14:05:59 +00:00
files Moved some functions out to lib/moodlelib.php 2002-09-01 14:28:08 +00:00
lang New strings for file management stuff 2002-08-30 13:28:57 +00:00
lib Functions moved here from files/index.php (related to file handling) 2002-09-01 14:29:17 +00:00
login Security fix for: 2002-08-28 15:07:46 +00:00
mod Slight improvements to documentation 2002-08-28 13:20:20 +00:00
pix Lots of work on site display, over many files. Improved front page 2002-08-03 08:16:31 +00:00
theme Prints an error message if theme can't be set 2002-08-30 16:02:10 +00:00
user Moved valid_uploaded_file out to lib/moodlelib.php 2002-09-01 14:31:49 +00:00
CHANGES MOODLE 1.0.1 RELEASED 2002-08-26 10:07:32 +00:00
config-dist.php Changes to use a new configuration variable: CFG->slasharguments 2002-08-26 09:48:00 +00:00
file.php Changes to use a new configuration variable: CFG->slasharguments 2002-08-26 09:48:00 +00:00
help.php Better error (don't need a link) 2002-08-18 15:24:44 +00:00
index.php Added slash after login to fix obscure problems on some servers 2002-08-28 15:53:39 +00:00
README.txt Added .txt to these files to make them double-clickable 2002-08-17 03:03:51 +00:00
UPGRADING.txt Added .txt to these files to make them double-clickable 2002-08-17 03:03:51 +00:00
version.php Increased size of section summaries from 255 chars to 65000 chars. 2002-09-01 14:24:16 +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