Moodle - the world's open source learning platform https://moodle.org/
Find a file
vyshane a2c28054b8 Added $CFG->pagepath to the blocks_execute_action() function for the config
action. This is used to generate the Moodle Docs URL for configuration of an
instance of a block.
2006-03-16 04:55:43 +00:00
admin Fixed typo giving sesskey error 2006-03-15 20:25:49 +00:00
auth password handling refactoring and added conversion of passwords to unicode 2006-03-11 11:26:36 +00:00
backup Corrected line that would cause restore_create_modules to return True if the first module fails to restore, but the second succeeds. (Whereas it would already be False if the first succeeds, but second fails.) 2006-03-13 16:32:22 +00:00
blocks fixed broken log links in admin menu; I noticed it some time ago, the merge seems to be finished - I decided to fix it now 2006-03-15 21:03:45 +00:00
blog more cleaning for filter class 2006-03-16 04:33:47 +00:00
calendar Accessibility: fix, use $CFG->pixpath, clearer image-names (Martin D post 10/3, OU-Bugz: 718) 2006-03-10 17:02:22 +00:00
course fixed live link 2006-03-15 21:05:19 +00:00
doc Now doc index uses current_charset() 2006-01-05 13:34:31 +00:00
enrol You can't do this action: $a->action 2006-03-13 18:26:55 +00:00
error Merged from stable 2005-11-01 06:53:57 +00:00
files Added selectall/deselectall to files/index.php 2006-01-11 02:26:26 +00:00
filter Added another extension for Real Media. This should cover all the file 2006-03-13 07:21:50 +00:00
grade bug fix for 4724 2006-02-09 07:52:48 +00:00
install Automatic installer.php by installer_builder (20060314) 2006-03-14 17:43:30 +00:00
iplookup Added new structure for iplookups (ie called from logs). 2005-07-18 08:06:16 +00:00
lang typo 2006-03-15 14:25:58 +00:00
lib Added $CFG->pagepath to the blocks_execute_action() function for the config 2006-03-16 04:55:43 +00:00
login password handling refactoring and added conversion of passwords to unicode 2006-03-11 11:26:36 +00:00
message Merged fix for bug 4639 from stable 2006-03-14 04:12:52 +00:00
mod SQL error occured when viewing this page and no questions have been added to the quiz. This has been fixed. 2006-03-16 03:26:49 +00:00
my Reworked the My Moodle course overview API to be MUCH more efficient. 2006-01-17 20:49:43 +00:00
pix Accessibility: fix, doubled size of Resizable icons, now 2em or 21 by 23 pixels (OU-Bugz: 728) 2006-03-13 17:33:14 +00:00
question More coding style improvements. 2006-03-14 16:01:40 +00:00
rss Merged fix from stable when checking course->guest on site 2005-07-25 09:05:12 +00:00
sso/hive Checking in some old changes 2006-03-09 16:45:25 +00:00
theme Accessibility: fix removed .navbar { height }, admin view in Opera 8 (OU-Bugz: 750) 2006-03-15 15:33:19 +00:00
user Updated Authorize.net for Ethem 2006-03-13 21:19:04 +00:00
userpix adding a way to test the user image border removal code. Needs some speed 2005-07-22 14:12:32 +00:00
CHANGES Going through it now to make the release page 2004-01-31 09:12:25 +00:00
config-dist.php optional unicode characters and better conversion to ascii in function clean_file(); fixed textlib setup code; unicode related cleanup in config-dist.php 2006-03-04 11:35:08 +00:00
file.php Corrected oversight with uploaded file filters change 2006-02-21 12:54:24 +00:00
fixpix.php New 404 handler for a custompix fallback 2005-09-30 00:39:58 +00:00
help.php fix for 4758 2006-02-20 01:30:30 +00:00
index.php Added a parameter to print_courses() to hide site course 2006-02-07 01:13:27 +00:00
install.php New-improved installer. Now it allows to download the langpack 2006-03-11 00:03:51 +00:00
README.txt Updated README 2006-03-12 08:04:29 +00:00
tags Updated tags file 2006-01-05 07:51:10 +00:00
version.php Set default enrolment plugin to manual if the previous default is not an interactive enrolment plugin 2006-03-14 03:02:12 +00:00

README     $Id$
------

QUICK INSTALL
=============

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 a single database for Moodle to store all
   it's tables in (or choose an existing database).

3) Visit your Moodle site with a browser, you should 
   be taken to the install.php script, which will lead
   you through creating a config.php file and then 
   setting up Moodle, creating an admin account etc.

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


For more information, see the INSTALL DOCUMENTATION:

   http://docs.moodle.org/en/Installing_Moodle 

A local copy can also be found in 

   lang/en_utf8/help/install.html   (or your language)


Good luck and have fun!
Martin Dougiamas, Lead Developer