미디어위키 GoogleSiteSearch 설치

Jmnote bot (토론 | 기여)님의 2020년 11월 2일 (월) 02:59 판 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight ))
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요[ | ]

미디어위키 GoogleSiteSearch 설치

2 사전 작업[ | ]

3 git으로 설치[ | ]

[root@zetawiki ~]# cd /var/www/html/w/extensions/
[root@zetawiki extensions]# git clone https://gerrit.wikimedia.org/r/p/mediawiki/extensions/GoogleSiteSearch
Initialized empty Git repository in /var/www/html/w/extensions/GoogleSiteSearch/.git/
remote: Counting objects: 2, done
remote: Finding sources: 100% (2/2)
remote: Total 289 (delta 0), reused 289 (delta 0)
Receiving objects: 100% (289/289), 57.52 KiB, done.
Resolving deltas: 100% (184/184), done.

4 LocalSettings.php 수정[ | ]

require_once "$IP/extensions/GoogleSiteSearch/GoogleSiteSearch.php";
$wgGoogleSiteSearchCSEID = '구글맞춤검색아이디';

5 확인[ | ]

목록에 GoogleSiteSearch 확장기능이 표시됨
검색결과에 구글 사이트 검색 결과가 표시됨

6 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}