Manual:Ръководство за инсталиране
Това ръководство осигурява инструкции как ръчно да се инсталира и конфигурира MediaWiki, както ръчно, така и чрез по-лесни алтернативи. Installing more than one wiki and installing existing wikis are also covered. Приложения предоставят връзки към по-подробни бележки за инсталиране за конкретни системни конфигурации и други по-рядко използвани приложения на софтуера.
Ръководство за обновления
Ако вече работите с MediaWiki, вижте Ръководството за обновления.
Manual installation
Резюме
За опитни потребители ето бързата версия на инструкциите за инсталиране. Повечето потребители (като например, ако не знаете как да инсталирате или проверите за необходимия софтуер на вашия компютър) ще искат следвайте основното ръководство за инсталиране.
- Уверете се, че системата ви отговаря на минималните изисквания, показани отстрани (See Installation requirements for more details. Make sure to also check the RELEASE NOTES shipped with MediaWiki for requirements.) You'll need:
- Изтеглете MediaWiki (текущата стабилна версия е 1.37.2)
- Уебсървъркато например Apache или IIS
- За работа със скриптовете за поддръжка е необходим локален достъп или достъп до интерфейс с команден ред (CLI)
- PHP 7.3.19/7.4.3+
- with Standard PHP Library
- with JSON support
- A database server, that is, one of the following:
- MySQL 5.5.8+
- MariaDB
- PostgreSQL 9.2+
- SQLite 3.8+
Image thumbnailing requires additional programs. Parsoid (required by VisualEditor) and other services have their own requirements.
- # Изтегляне на MediaWiki (директен линк за изтегляне на стабилната версия) и извличане на архива към папка на вашия сървър, която има уеб-достъп.
- Point your browser to the directory where MediaWiki was extracted and follow the link to the setup screen. Трябва да е във формат
http://domain/directory/mw-config/index.php
Заменете directory с пътя до вашата изтеглена папка с МедияУики. Ако инсталирате на локална машина, заменете domain сlocalhost
. If you install locally and later want to access your wiki from domain, then you will need to change LocalSettings.php fromlocalhost
to domain. If installed on a remote server, replace domain with your server's domain name (e.g. www.myserver.com). - Follow the on-screen instructions to complete the process.
These instructions are deliberately brief. There is a lot that could go wrong, so if in doubt, you are advised to read the full instructions!
Основно ръководство за инсталиране
- Преди инсталирането на МедияУики, прочетете:
- Ръководство: Какво е МедияУики?
- Manual:MediaWiki feature list
- Manual:Installation requirements - Check these before going any further!
- Manual:Installing MediaWiki
- Configuring MediaWiki
- Manual:Config script - Initial configuration using the configuration script
- Manual:System administration/bg - Further configuration
- Ръководство:Разширения - Installing extensions
Алтернативи на ръчното инсталиране
If your head is swimming from reading the above — or you feel frustrated, stuck, or lost — this section is for you...
You can avoid manual installation by using a pre-integrated MediaWiki software appliance, hosting services with 1-click installation, or wiki farms.
If you are installing for development or testing, consider using MediaWiki-Vagrant, a set of configuration scripts for Vagrant that automate the creation and update of a virtual machine that runs MediaWiki and your choice of extensions and services.
Official docker images are released on Docker Hub.
You can also use community resources based on platforms such as Docker. This is managed by Jenkins and should be kept up-to-date for some time.
These are community based resources and should always be treated with some measure of caution. Use at your own risk.
Wiki families (multiple wikis)
- Main page: Manual:Wiki family
A wiki family is more than one wiki installed on the same computer.
Installing MediaWiki more than once
One approach is to install multiple instances of MediaWiki (such as with a software bundle like the Bitnami MediaWiki Stack) in different directories – one for each wiki. For example, you want an enterprise wiki and a personal wiki, and you want to keep them totally separate.
Multiple wikis with one MediaWiki
You could use a single installation of MediaWiki for multiple wikis, by either:
- Using a different database for each wiki.
See $wgDBname .
- Using a different database prefix for each wiki.
See $wgDBprefix .
Installing an existing wiki
Some users wish to install MediaWiki with Wikipedia, Wiktionary, or some other wiki loaded. This is useful for reading offline, for conducting experiments, and for mirroring/forking.
The main (but not necessarily the easiest) method for doing this is to install MediaWiki and then import.
See Manual:FAQ#Wiki importing.
(Non-MediaWiki solutions, such as Xowa and Kiwix, can be found at Database download, and are probably the best options).
Appendices
Advanced uses
The following pages give instructions about how to install/configure MediaWiki for other, less common purposes.
Advanced configuration
The following pages cover some of the more advanced configuration options:
Съдействие при инсталиране
- ЧЗВ: ЧЗВ#Инсталиране и конфигурация
- #mediawiki connect channel on IRC
- mediawiki-l is the high-traffic mailing list to ask for support.
System-specific instructions
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 Manual:Installing MediaWiki before looking at a per system installation documents.
Бележки
- MediaWiki can share the database of another web-based application, e.g. phpBB etc.
- Some users find it helpful to install an additional software package such as phpMyAdmin (MySQL) or phpPgAdmin (Postgres) to help administer the database server.