- Moodle 3 Administration(Third Edition)
- Alex Büchner
- 394字
- 2021-07-16 12:50:47
Installation in a Windows environment
XAMPP is a free Apache distribution that contains MySQL and PHP (as well as Perl) and exists for a number of operating systems. The Moodle distribution for Windows makes full use of XAMPP and is located at https://download.moodle.org/windows. The installation works on all the latest Windows PCs and server variants.
The XAMPP-based Moodle distribution is only suitable for servers with a small number of users. For larger Windows installations, you have to install Moodle manually. This involves installing a database server (MS SQL or any other support system), a web server (Microsoft IIS or Apache), and PHP, separately. You can find details about this process at https://docs.moodle.org/en/Windows_installation.
Once downloaded, follow these ensuring steps:
- Copy the distribution to a folder on your PC and unzip the archive in your folder of choice.
- Make sure any software that uses port 80 (such as Skype) is not running, or change its settings to point it to an alternative port.
- Double-click on
StartMoodle.exe
. - If you have a firewall installed, allow any shown services to be executed.
- The XAMPP service will run in the Windows background.
- Go to your web browser and enter
http://localhost
to your address bar. - You will see the same installer being launched as the one described for the LAMP environment. All values have already been populated; all you have to do is navigate through all the screens until you see the familiar Setup administrator account. This process will take a few minutes.
- Enter the administrator details and select Update profile.
- Enter the Front Page settings for your site.
- Check that no warnings are displayed in the Notifications section of the Site administration area in the Settings block.
That's it! Your Moodle system is now up and running and you are now able to use Moodle locally or from a web browser on another machine as long as your IP address is accessible via the network you are on.
To stop using Moodle, double-click on StopMoodle.exe
. If you have a firewall installed, you might have to allow the program to be executed.
Instead of starting and stopping Moodle manually, you can start Apache and MySQL automatically as Windows services. In the server directory of your Moodle system, you find an executable called service.exe
, which you have to run with the -install
parameter as administrator, as in the following example:
C:/moodle/server/service.exe -install
- Reporting with Visual Studio and Crystal Reports
- Docker進(jìn)階與實(shí)戰(zhàn)
- Mastering Objectoriented Python
- 深度強(qiáng)化學(xué)習(xí)算法與實(shí)踐:基于PyTorch的實(shí)現(xiàn)
- FPGA Verilog開發(fā)實(shí)戰(zhàn)指南:基于Intel Cyclone IV(進(jìn)階篇)
- Learning R for Geospatial Analysis
- Apache Camel Developer's Cookbook
- 代替VBA!用Python輕松實(shí)現(xiàn)Excel編程
- C指針原理揭秘:基于底層實(shí)現(xiàn)機(jī)制
- Instant GLEW
- 你真的會(huì)寫代碼嗎
- Java 9:Building Robust Modular Applications
- MySQL數(shù)據(jù)庫教程(視頻指導(dǎo)版)
- Manage Your SAP Projects with SAP Activate
- C#程序設(shè)計(jì)基礎(chǔ)與實(shí)踐