다른 명령
새 문서: == 설치 == <source> cd extensions/ git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/GoogleLogin </source> * Composer * Only when installing from Git, run Composer to install PHP dependencies, * by issuing composer install --no-dev in the extension directory. complications.) |
|||
4번째 줄: | 4번째 줄: | ||
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/GoogleLogin | git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/GoogleLogin | ||
</source> | </source> | ||
== Composer 사용설치 == | |||
* Only when installing from Git, run Composer to install PHP dependencies, | * Only when installing from Git, run Composer to install PHP dependencies, | ||
* by issuing composer install --no-dev in the extension directory. complications.) | * by issuing composer install --no-dev in the extension directory. complications.) | ||
<source> | |||
sudo composer install --no-dev | |||
</source> |
2025년 1월 5일 (일) 16:32 판
설치
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