Manual:Посібник зі встановлення

From MediaWiki.org
Jump to: navigation, search
This page is a translated version of the page Manual:Installation guide and the translation is 86% complete.

Other languages:
català • ‎čeština • ‎dansk • ‎Deutsch • ‎Zazaki • ‎Ελληνικά • ‎English • ‎British English • ‎español • ‎فارسی • ‎français • ‎עברית • ‎magyar • ‎Bahasa Indonesia • ‎italiano • ‎日本語 • ‎한국어 • ‎lietuvių • ‎occitan • ‎polski • ‎português • ‎português do Brasil • ‎română • ‎русский • ‎Türkçe • ‎українська • ‎粵語 • ‎中文 • ‎中文(中国大陆)‎ • ‎中文(简体)‎ • ‎中文(繁體)‎ • ‎中文(台灣)‎
MediaWiki Flower
Головний вступ у MediaWiki

Зміст


Інші теми

  • Див. меню зліва
Mediawiki-logo.png Довідка по встановленні | Опис MediaWiki
Help-browser.svg Можливості | Вимоги для встановлення
Preferences-system.svg Завантаження | Встановлення | Налаштування


Welcome to the MediaWiki installation guide which provides instructions on how to manually install and configure MediaWiki on a web server. Note that some users may find MediaWiki software bundles and hosting services with 1-click installation and wiki farms a convenient alternative to manual installation.

Перша частина даного посібника містить загальні інструкції про встановлення і налаштування MediaWiki на веб-сервері. Детальніший опис процесу встановлення на конкретні операційні системи гляньте в останньому розділі посібника.

Посібник з оновлення[edit | edit source]

If you are already running MediaWiki, see the Upgrade guide.

Вимоги Стисло про вимоги
  • Download MediaWiki (current stable version is 1.23.6)
  • Web server such as Apache or IIS
    • Local or command line access is needed for running maintenance scripts
  • Database Server
    • MySQL 5.0.2 or later (*)
    • or PostgreSQL 8.1 or later
      • Requires PL/pgSQL (contained in contribs)
      • Full-Text searching (Native in >=8.3, requires tsearch2 extension <=8.2)
    • or SQLite

For image thumbnailing and TeX-support, additional programs are required.

(*) – MariaDB, a GPL fork of the MySQL code by Monty Widenius, the founder of MySQL, is an alternative and can also be used by MediaWiki. Debian/Ubuntu repos.

Конспект посібника по встановленню[edit | edit source]

Попередження про авто-встановщик веб-хостингів
Програми, які пропонуються веб-хостингами для встановлення ПЗ такого як MediaWiki, здатні помилятись і нерідко насправді це роблять, і встановлення MediaWiki чи іншого ПЗ завершується помилкою. Якщо ви стикнулися з такою проблемою, це не означає, що ви взагалі не можете встановити MediaWiki; це лише означає, що вам доведеться встановити його самостійно. Це дуже просто і має свої переваги, такі як обрання місця розташуванням файлів, можливостей спільного використання бази даних чи керування більшою кількістю параметрів вікі у процесі встановлення.

Ця частина посібника містить стислий опис «Що і як» і призначена для досвідчених користувачів. Докладний опис дивіться у наступному розділі.

  1. Check that your system meets the minimum requirements
  2. Download MediaWiki (direct link to latest version) and extract the archive to a web-accessible folder on your server.
  3. Point your browser to the directory where MediaWiki was extracted and follow the link to the setup screen. It should be in the form http://[domain]/[directory]/mw-config/index.php. Replace [directory] with the path to your extracted MediaWiki folder. If installing on a local machine, replace [domain] with [localhost]. A locally installed wiki will need the LocalSettings.php modified from [localhost] to [domain] if you will ever be accessing the wiki from that domain. If installed on a remote server, replace [domain] with your server's domain name (eg: www.myserver.com).
  4. Follow the on-screen instructions to complete the process.

Ці інструкції свідомо стислі. Проблема може виникнути на будь-якому етапі. Якщо є сумніви — прочитайте інструкції нижче!

Детальній посібник по встановленню[edit | edit source]

Альтернативи самостійному встановленню[edit | edit source]

Some users may prefer to skip manual installation by using a pre-integrated MediaWiki software appliance or hosting services with 1-click installation and wiki farms.

If you are installing only for development or testing, consider using mediawiki-vagrant. You must have (and enable) hardware virtualization. Many modern computers have this, and you can check in your BIOS.

Доповнення[edit | edit source]

Розширене використання[edit | edit source]

The following pages give instructions about how to install/configure MediaWiki for other, less common purposes.

Розширене налаштування[edit | edit source]

The following pages cover some of the more advanced configuration options:

Допомога у встановленні[edit | edit source]

Встановлення на конкретних ОС[edit | edit source]

The following pages give more detailed installation instructions aimed at specific systems. However, by and large Manual:Installing MediaWiki is more up to date, and better written than the per system docs, and as such it is recommended you first consult the main install instructions before looking at a per system installation documents.

Примітки[edit | edit source]

Дивіться також[edit | edit source]