Moodle customisation

Moodle customisation

by Baiju Sharma -
Number of replies: 1

Hi,

I want to customize Moodle PHP as per my requirement.

I have few question for the same.

1) Which tool will be the best to run and debug these files?

2) Can I import all Moodle files and start working on it?

3) Is there any link or documents which will help me to understand the same? 


Average of ratings: -
In reply to Baiju Sharma

Re: Moodle customisation

by Purnendu Dash -
Picture of Plugin developers

1.) View this link https://docs.moodle.org/32/en/Installing_Moodle to set up server environment and install Moodle. You can use sublime text or jedit editor to edit php, html, css, javascript files.


2.) You can download Moodle package from this link https://download.moodle.org/


3.) View this link https://docs.moodle.org/dev/Main_Page to understand the Moodle development roadmap.


Hope this helps.


Regards,

Purnendu