Mediawiki git installation guide: Difference between revisions

No edit summary
No edit summary
Line 10: Line 10:
git pull --recurse-submodules
git pull --recurse-submodules
git submodule update --init --recursive # 20250507 submodule 更新了 977 - 255 = 722 MB
git submodule update --init --recursive # 20250507 submodule 更新了 977 - 255 = 722 MB
sudo apt-get install apache2 mariadb-server php php-intl php-mbstring php-apcu php-curl php-mysql php-xml # 安装依赖
sudo composer update --no-dev
sudo composer update --no-dev
</syntaxhighlight>
</syntaxhighlight>