메뉴 여닫기
개인 메뉴 토글
로그인하지 않음
만약 지금 편집한다면 당신의 IP 주소가 공개될 수 있습니다.

구글인증 로그인: 두 판 사이의 차이

데브카페
새 문서: == 설치 == <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.)
 
편집 요약 없음
 
(같은 사용자의 중간 판 2개는 보이지 않습니다)
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  
 
== 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>
== 설치후 SQL 반영 ==
* LocalSettings.php 파일이 있는 위치(root)에서 실행
<source>
sudo php maintenance/update.php
</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

Comments