Manual:Installation guide/ca

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

Other languages:
català 24% • ‎čeština 98% • ‎dansk 76% • ‎Deutsch 78% • ‎Ελληνικά 53% • ‎English 100% • ‎British English 6% • ‎español 100% • ‎فارسی 2% • ‎français 82% • ‎עברית 33% • ‎Bahasa Indonesia 6% • ‎italiano 41% • ‎日本語 73% • ‎한국어 53% • ‎occitan 47% • ‎polski 49% • ‎português 37% • ‎português do Brasil 100% • ‎română 8% • ‎русский 82% • ‎українська 29% • ‎粵語 35% • ‎中文 96% • ‎中文(中国大陆)‎ 29% • ‎中文(简体)‎ 65% • ‎中文(台灣)‎ 49%
MediaWiki Flower
Introducció a MediaWiki

Continguts


Per altres temes

  • Vegeu la barra lateral de l'esquerra
Mediawiki-logo.png Guia d'instal·lació | Què és Mediawiki
Help-browser.svg Llistat de funcions (en) | Requisits
Preferences-system.svg Instal·lació | Configuració


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.

Benvingut a la guia d'instal·lació de MediaWiki. La primera part d'aquesta guia dóna instruccions generals sobre com instal·lar i configurar MediaWiki en un servidor web. L'última secció conté una llista d'instruccions pas a pas per a un sistema operatiu específic i sobre els usos avançats del programa.

Upgrade guide[edit | edit source]

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

Requirements Requirements in short
  • Download MediaWiki (current stable version is 1.23.1)
  • 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.

Guia d'instal·lació ràpida[edit | edit source]

Warning about webhost auto-installers
Programs provided by webhosts to automatically install applications such as MediaWiki can, and frequently do, screw up the process, resulting in errors and a failure to install MediaWiki (or another application for that matter). If you encounter this problem, it does not mean that you cannot install MediaWiki; all it means is that you should do it manually. This is very easy and there are benefits to doing this, including more control over where on the server and file path you want to install it, the ability to use a shared database, or the ability to control more features of the wiki during the installation.

Aquí hi ha una versió curta de la guia d'instal·lació per als usuaris avançats. La major part dels usuaris llegiran les instruccions detallades desota.

  1. Verificar que el servidor disposa dels requisits requisits mínims
  2. Descarregar MediaWiki (enllaç directe cap a la última versió) i extreiu l'arxiu en un directori accessible per al servidor web.
  3. Anar amb el navegador al directori config.
  4. Seguir les instruccions per a instal·lar MediaWiki.

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 below!

Guia d'instal·lació principal[edit | edit source]

Alternative to manual installation[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.

Apèndixs[edit | edit source]

Ús avançat[edit | edit source]

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

Configuració avançada[edit | edit source]

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

Installation assistance[edit | edit source]

Instruccions específiques per a diferents sistemes operatius[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.

Notes[edit | edit source]

See also[edit | edit source]