다른 명령
편집 요약 없음 |
편집 요약 없음 |
||
17번째 줄: | 17번째 줄: | ||
sudo php maintenance/update.php | sudo php maintenance/update.php | ||
</source> | </source> | ||
[[category:미디어위키]] |
2025년 5월 20일 (화) 06:31 기준 최신판
설치
cd extensions/ git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/GoogleLogin
Composer 사용설치
- Only when installing from Git, run Composer to install PHP dependencies,
- by issuing composer install --no-dev in the extension directory. complications.)
sudo composer install --no-dev
설치후 SQL 반영
- LocalSettings.php 파일이 있는 위치(root)에서 실행
sudo php maintenance/update.php