User:Novem Linguae/Essays/Linking GitHub to MediaWiki

From Wikipedia, the free encyclopedia

MediaWiki is great for wiki-ing, but not so great for programming, revision control, continuous integration, and continuous deployment. This is a list of ways I have seen developers try to solve this problem. It usually involves putting the code on GitHub, then attempting to automate deployment from GitHub to MediaWiki somehow.

This is complicated by the fact that on enwiki (and maybe globally) the GitHub Actions IP addresses are blocked.

Someday, when an obviously better method emerges, we should all pick one technology and all transition to that. Until then, you have many different options to pick for linking your GitHub repo to MediaWiki.

Working solutions[edit]

Ideas[edit]