Difference between revisions of "Preparing Environment for Developing Extensions"
Jump to navigation
Jump to search
Line 18: | Line 18: | ||
| Mediawiki 1.37.1 | | Mediawiki 1.37.1 | ||
|} | |} | ||
The easiest method to get all the component to work is to install XAMPP Package | The easiest method to get all the component to work is to install XAMPP Package, which can be found in [https://www.apachefriends.org/download.html Apache Friends Site]. Also please see the PHP Component requirement list in [https://www.mediawiki.org/wiki/Manual:Installation_requirements Mediawiki Requirement Page] | ||
==Known Issues== | ==Known Issues== | ||
Revision as of 05:18, 2 June 2022
Introduction
This page is written to give readers a better experiences on how to prepare your local machine to develop Mediawiki Extension functionality.
Requirement
Below are the set of versions of each component, use to develop extension on PKC Implementation.
No | Description and Version |
---|---|
1 | PHP 7.4.29 |
2 | Maria DB |
3 | Mediawiki 1.37.1 |
The easiest method to get all the component to work is to install XAMPP Package, which can be found in Apache Friends Site. Also please see the PHP Component requirement list in Mediawiki Requirement Page