Commit | Line | Data |
---|---|---|
9e7d95d2 DM |
1 | MOODLE INSTALLATION |
2 | =================== | |
3 | ||
4 | Here is a short summary of the installation process (which can take just a few | |
5 | minutes): | |
6 | ||
7 | 1. Move the Moodle files into your web directory. | |
8 | ||
9 | 2. Create a single database for Moodle to store all its tables in (or choose an | |
10 | existing database). | |
11 | ||
12 | 3. Visit your Moodle site with a browser. You should be taken to the | |
13 | install.php script, which will lead you through creating a config.php file | |
14 | and then setting up Moodle, creating an admin account etc. | |
15 | ||
16 | 4. Set up a cron task to call the file admin/cron.php every minute. | |
17 | ||
18 | For more information, see <https://docs.moodle.org/en/Installing_Moodle>. | |
19 | ||
20 | Good luck and have fun! |