MediaWiki git 安装指南: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

29 September 2025

  • curprev 10:1210:12, 29 September 2025Mwroot talk contribs 2,691 bytes +2,691 Created page with "第一步,下载 MediaWiki: <syntaxhighlight lang="bash" line> git clone --depth=1 https://gerrit.wikimedia.org/r/mediawiki/core.git --branch REL1_43 mediawiki sudo cp -r mediawiki/ /var/www/html cd /var/www/html sudo chown -R $(whoami):$(whoami) mediawiki sudo chown -R www-data:www-data mediawiki/images cd mediawiki git pull git pull --recurse-submodules git submodule update --init --recursive # 20250507 submodule 更新了 977 - 255 = 722 MB sudo apt-get install ap..."