Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Windows Installer: Difference between revisions

From MoodleDocs
Line 9: Line 9:


==== 'Start Moodle.exe' ====
==== 'Start Moodle.exe' ====
This batch file  
This batch file readjusts, if needed, apache/mysql paths to the new location in hard disk. Then it launch Apache and Mysql processes.


==== 'Stop Moodle.exe' ====
==== 'Stop Moodle.exe' ====
This batch file stops the apache and mysql process.


=== Create an icon ===
=== Create an icon ===

Revision as of 07:09, 12 May 2008

WAMP: xampp

Moodle folders

'Start/Stop Moodle.exe'

Windows Installer package come with two root executable files. 'Start Moodle.exe' sets up the Xampp environment and launch Apache and Mysql processes. 'Stop Moodle.exe' stop the two processes. This section explains how to create these two executable files.

Create a batch file

'Start Moodle.exe'

This batch file readjusts, if needed, apache/mysql paths to the new location in hard disk. Then it launch Apache and Mysql processes.

'Stop Moodle.exe'

This batch file stops the apache and mysql process.

Create an icon

Create an executable file

Resources