Commit | Line | Data |
---|---|---|
99dc4f38 | 1 | QUICK INSTALL |
2 | ============= | |
3 | ||
6f5e0852 PS |
4 | For the impatient, here is a basic outline of the |
5 | installation process, which normally takes me only | |
99dc4f38 | 6 | a few minutes: |
7 | ||
6f5e0852 | 8 | 1) Move the Moodle files into your web directory. |
99dc4f38 | 9 | |
10 | 2) Create a single database for Moodle to store all | |
11 | it's tables in (or choose an existing database). | |
12 | ||
6f5e0852 | 13 | 3) Visit your Moodle site with a browser, you should |
99dc4f38 | 14 | be taken to the install.php script, which will lead |
6f5e0852 | 15 | you through creating a config.php file and then |
99dc4f38 | 16 | setting up Moodle, creating an admin account etc. |
17 | ||
18 | 4) Set up a cron task to call the file admin/cron.php | |
19 | every five minutes or so. | |
20 | ||
21 | ||
22 | For more information, see the INSTALL DOCUMENTATION: | |
23 | ||
6f5e0852 | 24 | http://docs.moodle.org/en/Installing_Moodle |
99dc4f38 | 25 | |
99dc4f38 | 26 | |
27 | Good luck and have fun! | |
28 | Martin Dougiamas, Lead Developer | |
29 |