INSTALL.txt 664 B

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