내리적재
최신 출하판
Most computers can extract a zip file without additional software.
Users of 7-Zip: Note that prior to 2021, 7-Zip was unable to extract .tar.gz files correctly (T257102). It is recommended to update to the latest version first.
Users of macOS: Note that The Unarchiver is unable to extract .tar.gz files correctly (T258716). Archive Utility can be used instead.
- MediaWiki 1.42.3 (download .zip, download .tar.gz) - stable
- MediaWiki 1.41.4 (download .zip, download .tar.gz) - legacy
- MediaWiki 1.39.10 (download .zip, download .tar.gz) - long-term support (LTS)
To users of MediaWiki versions 1.40 and 1.38 and earlier: These versions are no longer supported. Please update to a newer version of MediaWiki.
MediaWiki is free software licensed under version 2 (or later version) of the GNU General Public License. Because MediaWiki is licensed free of charge, there is no warranty, to the extent permitted by applicable law. Read the full text of the GNU GPL version 2 for details.
System Requirements
MediaWiki requires PHP 8.1.0+, a webserver software, and either MariaDB 10.3.0+, MySQL 5.7.0+, SQLite 3.8.0+ or PostgreSQL 10.0+. Using MariaDB or MySQL is recommended as Wikipedia uses MariaDB. Any other database servers are less tested and you may likely run into some bugs.
For more information, please read the pages on system requirements and compatibility.
Download via command line
To download MediaWiki 1.42.3 in a terminal on a Linux machine using wget, use one of the following commands:
wget https://releases.wikimedia.org/mediawiki/1.42/mediawiki-1.42.3.tar.gz
Alternatively, using cURL:
curl -O https://releases.wikimedia.org/mediawiki/1.42/mediawiki-1.42.3.tar.gz
Git에서 대신 내리적재
매체위키 개발자가 매체위키 쏘프트웨어의 최신판본을 얻으려면 Git에서 내리적재해야합니다. Git 저장소에는 매체위키의 가장 최신 판본까지 가지고 있으며, "체크 아웃"을 통해 특정 출하판으로 원천을 전환할수 있습니다. Developers downloading from Git will also need to manually install dependencies via Composer .
Developers wanting to install MediaWiki locally to have an environment for development of MediaWiki core or extensions should also read How to become a MediaWiki hacker for further instructions.
서명 내리적재
- GNU Privacy Guard로 내리적재를 검증할수 있는 GPG 보안 서명:
- MediaWiki 1.42.3 - 안정
- MediaWiki 1.39.10 - current long-term support (LTS)
- GPG 열쇠
- 국제화를 포함하지 않은 매체위키 1.42.3 바뀜 (통합 차이점(diff))
수동 설치 방법
어떤 사용자는 매체위키가 미리 구성된 쏘프트웨어 제품이나, 웨브 대여봉사를 이용함으로써 수동 설치를 하지 않을수 있습니다. 일부 리눅스 출하판의 저장소에서는 각자 다른 확장기능과, 다른 주기로 배포되는 매체위키 패키쥐를 제공합니다. (예시: 데비안, 우분투, 페도라, 젠투) Repositories of some Linux distributions also increasingly offer packages for MediaWiki, with different degrees of frequency and extensions coverage e.g. Debian (including derivatives like Ubuntu), Fedora, Gentoo.
다음은 무엇을 할가요?
출하판 발표를 전자우편으로 구독하세요. 최신 판본을 유지하여, 보안을 유지하세요!
과거 출하판
설치한 매체위키가 많이 변경되었다면, 최신 갱신의 적용이 어려울 수 있습니다. 이러한 사용자를 지원하기 위해, 기존 배포판에 대해 최대 1년, 기존 장기 지원 배포판에 대해서는 최대 3년간 나누어 코드를 유지 보수 합니다.
개발 출하판
최신 개발 버전(알파)을 내리적재하려면, 1달러로 내리적재하거나, Git에서 내리적재하세요.
Git에서 "전체 저장소"를 내리적재 (약 528 메가바이트)
git clone https://gerrit.wikimedia.org/r/mediawiki/core.git
또는 "최신 수정 판본만" 내리적재 (약 85 메가바이트. 이것을 "shallow clone(얕은 복제본)"이라고도 합니다. 내리적재하는 시간이 짧고 크기가 더 작습니다) 할 수 있습니다.[1]
git clone --depth 1 https://gerrit.wikimedia.org/r/mediawiki/core.git
웨브열람기에서 최신 원천 코드도 볼 수 있습니다.
오래된 출하판
매체위키 내리적재 기록 보존소에서 2005년 5월 이전(매체위키 1.3.11 이후)에 배포된 매체위키의 모든 판본의 tarball("*"tar.gz
확장)를 내려받을 수 있습니다.
Footnotes
- ↑
"얕은 복제(shallow clone)"를
git pull
로 갱신 할때, 최신의 판본이 씨스템에 내리적재 되지 않은 예전 판본을 참조하게 될 경우 문제가 발생할 수 있습니다. 이럴 경우 단계를 더 깊게 하여 더 내리적재 받거나, 아예 전체를 받거나, "얕은 복제(shallow clone)"을 다시 수행하면 됩니다.