![]() |
v·d·e |
Esta página associa as instruções para astarefas administrativas comuns que pode querer executar uma vez que a suainstalação do MediaWiki esteja concluída.
Se instalou o MediaWiki através da interface da Web, então já executou oscript de configuração inicial que define as variáveis de configuração comuns.
O MediaWiki tem várias definições de configuração.Elas devem ser modificadas emLocalSettings.php.ConsulteManual:Definições da configuração para uma lista completa.
O tema predefinido pode ser ajustado modificando a variável$wgDefaultSkin emLocalSettings.php.
Algumas outras definições também podemser ajustadas em relação aos temas.
Também existem alguns temas, consulteSpecial:AllPages/Skin:.
Consulte:
Para uma lista de definições de configuração, consulte:
Se transferiu os pacotes binários deMySQL (ouPostgres), oServidor Apache HTTP ePHP, o mais provável é que eles vieram com um comando de instalação que os preparou para o seu sistema. Para ajustar ainda mais, consulte:
O MediaWiki é um sistema wiki baseado em permissões.Isto significa que os utilizadores só poderão realizar as ações que eles estão autorizados.
Como declarar permissões individualmente para cada utilizador seria tedioso e impraticável, váriasPrivilégios de Utilizador são predefinidas no MediaWiki.
You are also allowed to declare new user groups, as your needs require.
Individualextensions may also require creating new user rights.
Regardless of how they are created, user groups are fully customizable, by modifying the$wgGroupPermissions associative array in yourLocalSettings.php file.
The most common use.A user marked as 'sysop' can delete and undelete pages, block and unblock IPs and use a shortcut revert-to-previous-contributor's-revision feature in contribs, seeManual:Administradores for more information.
Users in this group can change user rights throughSpecial:UserRights.
Uma conta de robô registada.Edits by an account with this set will not appear by default in Recent changes; this is intended for mass imports of data without flooding human edits from view.(Add&hidebots=0 to list changes made by bots e.g.like this)
Extensions are compilations of PHP code that add new features or enhance functionality of the main MediaWiki core.
If you simply want to change the language of a wiki on a per-user basis, this can be done viaSpecial:Preferences.If you selected the wrong language when setting up the wiki simply change the$wgLanguageCode inLocalSettings.php.
MediaWiki has some maintenance script to help do administrative tasks.
It is important to make regular backups of the data in your wiki. This includes the database, uploaded files and extensions.
If you want a local copy of a Wikimedia wiki, see the overview atmeta:Data dumps and thedownload site.
Some scripts exist to import data from other wiki engines.
Much of the appearance and messaging of MediaWiki is determined by messages that administrators can edit like regular wiki pages.