mirror of
https://github.com/moodle/moodle.git
synced 2025-01-31 20:53:53 +01:00
moodler
2a439ba7f6
***NOTE NOTE NOTE **********************************************************
THIS IS A BIG CHANGE! I've renamed the "reading" module to "resource". This meant changing quite a few references throughout Moodle. The automatic upgrade process should work OK (it worked OK on my development server) and there shouldn't be any problems. BUT PLEASE PROCEED WITH CAUTION AND KEEP BACKUPS OF EVERYTHING UNTIL I HAVE A FEW MORE TESTS! If you upgrade please let me know. One thing that will break are any hard-coded links within forum messages. What I will be doing to fix this on my apache server is to add this to httpd.conf: Redirect /mod/reading/ http://moodle.com/mod/resource/ Sorry about any inconvenience, but it's better this is done sooner than later.
…
…
…
…
…
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
Description
Languages
PHP
78.1%
JavaScript
14.6%
Gherkin
3.5%
CSS
1.7%
Mustache
1.6%
Other
0.4%