내리적재

From mediawiki.org
This page is a translated version of the page Download and the translation is 72% complete.
Outdated translations are marked like this.

최신 출하판

Download MediaWiki 1.41.0 (.zip)

Download .tar.gz instead

Help with downloading

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.

All versions

To users of MediaWiki versions 1.38 and earlier: These versions are no longer supported. Please update to a newer version of MediaWiki.

License

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 7.4.3+, 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.

MediaWiki is not compatible with PHP 7.4.0 - 7.4.2 due to an upstream bug. Use PHP 7.4.3+ instead. See task T246594 for more information.
If using PHP 8, it is recommended to use MediaWiki 1.38.4 or higher. PHP 8 is not in use by Wikimedia wikis, and thus gets less testing, but other groups do use MediaWiki with PHP 8 without issue. If you encounter any bugs when using MediaWiki with PHP 8, please report them. See task T248925 for more information.


Download via command line

To download MediaWiki 1.41.0 in a terminal on a Linux machine using wget, use one of the following commands:

wget https://releases.wikimedia.org/mediawiki/1.41/mediawiki-1.41.0.tar.gz

Alternatively, using cURL:

curl -O https://releases.wikimedia.org/mediawiki/1.41/mediawiki-1.41.0.tar.gz

Git에서 대신 내리적재

매체위키 개발자가 매체위키 쏘프트웨어의 최신판본을 얻으려면 Git에서 내리적재해야합니다. Git 저장소에는 매체위키의 가장 최신 판본까지 가지고 있으며, "체크 아웃"을 통해 특정 출하판으로 원천을 전환할수 있습니다. Developers downloading from Git will also need to manually install dependencies via Composer .

Keep in mind that you are downloading the latest alpha version of MediaWiki, which is not recommended for production use! Although this can be used in production, it is more likely to contain bugs.

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.

서명 내리적재

수동 설치 방법

어떤 사용자는 매체위키가 미리 구성된 쏘프트웨어 제품이나, 웨브 대여봉사를 이용함으로써 수동 설치를 하지 않을수 있습니다. 일부 리눅스 출하판의 저장소에서는 각자 다른 확장기능과, 다른 주기로 배포되는 매체위키 패키쥐를 제공합니다. (예시: 데비안, 우분투, 페도라, 젠투) Repositories of some Linux distributions also increasingly offer packages for MediaWiki, with different degrees of frequency and extensions coverage (e.g. Debian, 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

  1. "얕은 복제(shallow clone)"를 git pull 로 갱신 할때, 최신의 판본이 씨스템에 내리적재 되지 않은 예전 판본을 참조하게 될 경우 문제가 발생할 수 있습니다. 이럴 경우 단계를 더 깊게 하여 더 내리적재 받거나, 아예 전체를 받거나, "얕은 복제(shallow clone)"을 다시 수행하면 됩니다.