VLE to manage projects Code
Brought to you by:
shupo
File | Date | Author | Commit |
---|---|---|---|
admin | 2010-04-30 | shupo | [r1] |
auth | 2010-04-30 | shupo | [r1] |
backup | 2010-04-30 | shupo | [r1] |
blocks | 2010-04-30 | shupo | [r1] |
blog | 2010-04-30 | shupo | [r1] |
calendar | 2010-04-30 | shupo | [r1] |
course | 2010-04-30 | shupo | [r1] |
enrol | 2010-04-30 | shupo | [r1] |
error | 2010-04-30 | shupo | [r1] |
files | 2010-04-30 | shupo | [r1] |
filter | 2010-04-30 | shupo | [r1] |
grade | 2010-04-30 | shupo | [r1] |
group | 2010-04-30 | shupo | [r1] |
install | 2010-04-30 | shupo | [r1] |
iplookup | 2010-04-30 | shupo | [r1] |
lang | 2010-04-30 | shupo | [r1] |
lib | 2010-04-30 | shupo | [r1] |
login | 2010-04-30 | shupo | [r1] |
message | 2010-04-30 | shupo | [r1] |
mnet | 2010-04-30 | shupo | [r1] |
mod | 2010-04-30 | shupo | [r1] |
my | 2010-04-30 | shupo | [r1] |
notes | 2010-04-30 | shupo | [r1] |
pix | 2010-04-30 | shupo | [r1] |
question | 2010-04-30 | shupo | [r1] |
rss | 2010-04-30 | shupo | [r1] |
search | 2010-04-30 | shupo | [r1] |
sso | 2010-04-30 | shupo | [r1] |
tag | 2010-04-30 | shupo | [r1] |
theme | 2010-04-30 | shupo | [r1] |
user | 2010-04-30 | shupo | [r1] |
userpix | 2010-04-30 | shupo | [r1] |
COPYING.txt | 2010-04-30 | shupo | [r1] |
README.txt | 2010-04-30 | shupo | [r1] |
config-dist.php | 2010-04-30 | shupo | [r1] |
file.php | 2010-04-30 | shupo | [r1] |
help.php | 2010-04-30 | shupo | [r1] |
index.php | 2010-04-30 | shupo | [r1] |
install.php | 2010-04-30 | shupo | [r1] |
manifest.txt | 2010-04-30 | shupo | [r1] |
tags | 2010-04-30 | shupo | [r1] |
tags.txt | 2010-04-30 | shupo | [r1] |
version.php | 2010-04-30 | shupo | [r1] |
README $Id: README.txt,v 1.9.14.1 2007/11/14 23:40:50 martinlanghoff Exp $ ------ 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