Difference between revisions of "Preparing Environment for Developing Extensions"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
=Requirement= | =Requirement= | ||
Below are the set of versions of each component, use to develop extension on PKC Implementation. | |||
{| class="wikitable" | |||
|- | |||
! No | |||
! Description and Version | |||
|- | |||
| 1 | |||
| PHP 7.4.29 | |||
|- | |||
| 2 | |||
| Maria DB | |||
|- | |||
| 3 | |||
| Mediawiki 1.37.1 | |||
|} | |||
==Known Issues== | ==Known Issues== | ||
=Writing your first extension= | =Writing your first extension= | ||
[[Category:DevOps]] | [[Category:DevOps]] | ||
[[Category:Media Wiki]] | [[Category:Media Wiki]] | ||
[[Category:Media Extension]] | [[Category:Media Extension]] |
Revision as of 05:10, 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 |