- Moodle 3 Administration(Third Edition)
- Alex Büchner
- 296字
- 2021-07-16 12:50:47
Installation in a Mac OS X environment
MAMP is a free distribution that contains Apache (and Nginx), MySQL, and PHP for Mac OS X. Like its Windows counterpart, the Moodle distributions for Mac OS X (10.4 or higher) are only intended for local installations and not for production environments. There is also a link on the download site for Mac server installation.
Moodle4Mac is available as universal binaries using MAMP, which is located at https://download.moodle.org/macosx. Once downloaded, follow these steps:
- Double-click on the downloaded DMG file to start the installation. This will open a screen as follows, which explains the remainder of the installation process:
- Drag the
MAMP
folder on this screen onto the Applications icon, which will copy the Moodle system and its required components. - Open the
MAMP
folder in Applications, where you will find the following relevant icons: - Double-click on the MAMP.app icon and start servers (Apache and MySQL).You can configure MAMP to automatically start the two servers in the preferences:
- Double-click on the LinktoMoodle30 icon, which opens your Moodle instance on your localhost in your default web browser.
And that's it! An installation cannot be easier than that! You don't even have to go through the installation process. Moodle is already preconfigured, and you are ready to go.
The default password for the admin account is 12345
, which you should change in the user profile.

The MAMP
folder also includes a shell script called UpdateMoodle30.sh
(this requires Git to be installed—see the Updating Moodle section discussed later). When you double-click on the file, the script will be executed to download the latest version of Moodle and install it on your Mac. On all other operating systems, you will have to go through a more cumbersome update process, which is described further.
- ASP.NET Core:Cloud-ready,Enterprise Web Application Development
- 深入核心的敏捷開發(fā):ThoughtWorks五大關(guān)鍵實踐
- 新編Visual Basic程序設(shè)計上機實驗教程
- OpenCV實例精解
- Rake Task Management Essentials
- Offer來了:Java面試核心知識點精講(原理篇)
- Learning AndEngine
- Yocto for Raspberry Pi
- 軟件測試教程
- Python程序設(shè)計與算法基礎(chǔ)教程(第2版)(微課版)
- 工業(yè)機器人離線編程
- Python開發(fā)基礎(chǔ)
- Java Web開發(fā)實例大全(基礎(chǔ)卷) (軟件工程師開發(fā)大系)
- 跟戴銘學(xué)iOS編程:理順核心知識點
- Java7程序設(shè)計入門經(jīng)典