mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
Moodle - the world's open source learning platform
https://moodle.org/
![]() AMOS BEGIN MOV [uploadpictures,core_admin],[uploadpictures,tool_uploaduser] MOV [uploadpictures_help,core_admin],[uploadpictures_help,tool_uploaduser] MOV [uploadusers,core_admin],[uploadusers,tool_uploaduser] MOV [uploadusers_help,core_admin],[uploadusers_help,tool_uploaduser] MOV [uploaduserspreview,core_admin],[uploaduserspreview,tool_uploaduser] MOV [uploadusersresult,core_admin],[uploadusersresult,tool_uploaduser] MOV [uucsvline,core_admin],[uucsvline,tool_uploaduser] MOV [userrenamed,core_admin],[userrenamed,tool_uploaduser] MOV [useraccountupdated,core_admin],[useraccountupdated,tool_uploaduser] MOV [useraccountuptodate,core_admin],[useraccountuptodate,tool_uploaduser] MOV [userdeleted,core_admin],[userdeleted,tool_uploaduser] MOV [uupasswordcron,core_admin],[uupasswordcron,tool_uploaduser] MOV [userscreated,core_admin],[userscreated,tool_uploaduser] MOV [usersupdated,core_admin],[usersupdated,tool_uploaduser] MOV [usersdeleted,core_admin],[usersdeleted,tool_uploaduser] MOV [deleteerrors,core_admin],[deleteerrors,tool_uploaduser] MOV [usersrenamed,core_admin],[usersrenamed,tool_uploaduser] MOV [renameerrors,core_admin],[renameerrors,tool_uploaduser] MOV [usersskipped,core_admin],[usersskipped,tool_uploaduser] MOV [usersweakpassword,core_admin],[usersweakpassword,tool_uploaduser] MOV [errors,core_admin],[errors,tool_uploaduser] MOV [csvdelimiter,core_admin],[csvdelimiter,tool_uploaduser] MOV [encoding,core_admin],[encoding,tool_uploaduser] MOV [rowpreviewnum,core_admin],[rowpreviewnum,tool_uploaduser] MOV [uuoptype_addinc,core_admin],[uuoptype_addinc,tool_uploaduser] MOV [uuoptype_addnew,core_admin],[uuoptype_addnew,tool_uploaduser] MOV [uuoptype_addupdate,core_admin],[uuoptype_addupdate,tool_uploaduser] MOV [uuoptype_update,core_admin],[uuoptype_update,tool_uploaduser] MOV [uuoptype,core_admin],[uuoptype,tool_uploaduser] MOV [uupasswordnew,core_admin],[uupasswordnew,tool_uploaduser] MOV [uupasswordold,core_admin],[uupasswordold,tool_uploaduser] MOV [nochanges,core_admin],[nochanges,tool_uploaduser] MOV [uuupdateall,core_admin],[uuupdateall,tool_uploaduser] MOV [uuupdatefromfile,core_admin],[uuupdatefromfile,tool_uploaduser] MOV [uuupdatemissing,core_admin],[uuupdatemissing,tool_uploaduser] MOV [uuupdatetype,core_admin],[uuupdatetype,tool_uploaduser] MOV [allowrenames,core_admin],[allowrenames,tool_uploaduser] MOV [allowdeletes,core_admin],[allowdeletes,tool_uploaduser] MOV [uunoemailduplicates,core_admin],[uunoemailduplicates,tool_uploaduser] MOV [uustandardusernames,core_admin],[uustandardusernames,tool_uploaduser] MOV [uubulk,core_admin],[uubulk,tool_uploaduser] MOV [uubulkall,core_admin],[uubulkall,tool_uploaduser] MOV [uubulknew,core_admin],[uubulknew,tool_uploaduser] MOV [uubulkupdated,core_admin],[uubulkupdated,tool_uploaduser] MOV [uulegacy1role,core_admin],[uulegacy1role,tool_uploaduser] MOV [uulegacy2role,core_admin],[uulegacy2role,tool_uploaduser] MOV [uulegacy3role,core_admin],[uulegacy3role,tool_uploaduser] MOV [defaultvalues,core_admin],[defaultvalues,tool_uploaduser] MOV [uuusernametemplate,core_admin],[uuusernametemplate,tool_uploaduser] MOV [requiredtemplate,core_admin],[requiredtemplate,tool_uploaduser] MOV [uploadpicture_baduserfield,core_admin],[uploadpicture_baduserfield,tool_uploaduser] MOV [uploadpicture_cannotmovezip,core_admin],[uploadpicture_cannotmovezip,tool_uploaduser] MOV [uploadpicture_cannotprocessdir,core_admin],[uploadpicture_cannotprocessdir,tool_uploaduser] MOV [uploadpicture_cannotsave,core_admin],[uploadpicture_cannotsave,tool_uploaduser] MOV [uploadpicture_cannotunzip,core_admin],[uploadpicture_cannotunzip,tool_uploaduser] MOV [uploadpicture_invalidfilename,core_admin],[uploadpicture_invalidfilename,tool_uploaduser] MOV [uploadpicture_overwrite,core_admin],[uploadpicture_overwrite,tool_uploaduser] MOV [uploadpicture_userfield,core_admin],[uploadpicture_userfield,tool_uploaduser] MOV [uploadpicture_usernotfound,core_admin],[uploadpicture_usernotfound,tool_uploaduser] MOV [uploadpicture_userskipped,core_admin],[uploadpicture_userskipped,tool_uploaduser] MOV [uploadpicture_userupdated,core_admin],[uploadpicture_userupdated,tool_uploaduser] AMOS END |
||
---|---|---|
admin | ||
auth | ||
backup | ||
blocks | ||
blog | ||
calendar | ||
cohort | ||
comment | ||
course | ||
enrol | ||
error | ||
files | ||
filter | ||
grade | ||
group | ||
install | ||
iplookup | ||
lang | ||
lib | ||
local | ||
login | ||
message | ||
mnet | ||
mod | ||
my | ||
notes | ||
pix | ||
plagiarism | ||
portfolio | ||
question | ||
rating | ||
repository | ||
rss | ||
search | ||
tag | ||
theme | ||
user | ||
userpix | ||
webservice | ||
.gitignore | ||
brokenfile.php | ||
config-dist.php | ||
COPYING.txt | ||
draftfile.php | ||
file.php | ||
help.php | ||
index.php | ||
install.php | ||
pluginfile.php | ||
README.txt | ||
tags.txt | ||
TRADEMARK.txt | ||
version.php |
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 Good luck and have fun! Martin Dougiamas, Lead Developer