- Moodle Administration Essentials
- Gavin Henrick Karen Holland
- 203字
- 2021-07-16 13:41:44
Architecture of Moodle
Moodle stands for Modular Object-Oriented Dynamic Learning Environment, which explains the background to the plugin structure of the Moodle application as it is all modular.
There are many plugin types in Moodle including authentication, enrolment, themes, course formats, and each of these control an aspect of Moodle such as, an authentication plugin, which enables the administrator to control how users log into Moodle.
Moodle is written in PHP and can be run on a number of web servers that support PHP, including Apache and IIS.
Moodle supports a number of database types including MySQL, PostgreSQL, MSSQL, Oracle, and SQLite. However, the most supported and tested would be MySQL and PostgreSQL.
Moodle also stores files in a directory on the server, which is referred to as the moodledata
directory. Moodle stores all of its files in this directory including temporary files, session data, and user uploaded files.
Always check the minimum server requirements for the version of Moodle that you are planning to install. These are found in the release notes on the MoodleDocs site. The latest version will be found at https://docs.moodle.org/en/Installing_Moodle#Requirements.
So, when considering the Moodle installation, you must consider the PHP files, the moodledata
directory, and the database.
- 程序員面試筆試寶典(第3版)
- C語言程序設計基礎與實驗指導
- Programming ArcGIS 10.1 with Python Cookbook
- Scratch 3游戲與人工智能編程完全自學教程
- Mastering AndEngine Game Development
- MongoDB權(quán)威指南(第3版)
- NoSQL數(shù)據(jù)庫原理
- Regression Analysis with Python
- Java程序設計與項目案例教程
- Puppet:Mastering Infrastructure Automation
- Microsoft Exchange Server 2016 PowerShell Cookbook(Fourth Edition)
- Kotlin語言實例精解
- HTML5 WebSocket權(quán)威指南
- PHP 7 Programming Blueprints
- Qt編程快速入門