MediaWiki-Docker
MediaWiki-Docker は、MediaWiki コアを含んでいる Docker ベースの開発環境です。
Quickstart
依存関係のインストールと環境のセットアップには約 15 分かかります
- MediaWiki コアのリポジトリを複製します -
git clone https://gerrit.wikimedia.org/r/mediawiki/core.git mediawiki
Windows users: It is highly-recommended you clone the repository in the WSL filesystem rather than the Windows filesystem as there are significant performance improvements. mediawiki
リポジトリのルート (root) にあるDEVELOPERS.md
の指示に従います- 省略可能: 以下に列挙されている構成レシピを使用して環境を拡張します
サポート
問題点が発生した場合は、以下の方法でサポートを受けられます。
- 簡単な質問については、#mediawiki 接続 を使用してください。
- 機能の要望とバグ報告は、Phabricator の #MediaWiki-Docker で提出できます。
- 議論には mail:wikitech-l を使用してください。
チュートリアル / ガイド
特定の拡張機能または拡張機能の集合体を設定するためのガイド。
拡張機能:
- AbuseFilter
- AdvancedSearch
- BCmath
- CampaignEvents
- CentralNotice
- CheckUser
- CheckUser/en
- CirrusSearch
- Cite
- Citoid
- CodeMirror
- ContactPage
- ContactPage/en
- ContactPage/es
- ContentTranslation
- Echo
- ElectronPdfService
- EntitySchema
- Examples
- FileImporter
- GlobalBlocking
- GlobalPreferences
- GlobalWatchlist
- GrowthExperiments
- GrowthExperiments/cs
- GrowthExperiments/fr
- GrowthExperiments/id
- GrowthExperiments/tr
- GuidedTour
- IPInfo
- Math
- MathSearch
- MediaSearch
- MobileFrontend
- Newsletter
- ORES
- PageTriage
- Phonos
- Popups
- ProofreadPage
- RelatedArticles
- RevisionSlider
- SecurePoll
- SyntaxHighlight
- TemplateStyles
- TemplateWizard
- Translate
- TwoColConflict
- VisualEditor
- WikiLambda
- Wikibase
- WikibaseCirrusSearch
- WikibaseLexeme
- WikibaseMediaInfo
- Wikistories
外装:
構成レシピ
以下は、MediaWiki コアの Docker 開発環境で使用できる構成レシピです。
docker compose stacks can be extended with a docker-compose.override.yml
file that resides in the same directory (at the root of MediaWiki core, in our case) as the docker-compose.yml
file. Any configuration present in that file will override the defaults in docker-compose.yml
. More documentation on overriding works is available at https://docs.docker.com/compose/extends/
After updating your override file, run docker compose down
followed by docker compose up -d
.