Manual:addSite.php

From mediawiki.org

Details[edit]

addSite.php is a maintenance script that adds a site definition to the sites database table.

Options/Arguments[edit]

Option Description Required Default value
globalid Global id of the site to add Required
group Which group this site should be sorted in Required
--language Language code of the site, for example: "hi" Optional
--interwiki-id Interwiki ID of the site Optional
--navigation-id Navigation ID of the site Optional
--pagepath URL to pages of this site, for example: https://example.com/wiki/$1 Optional
--filepath URL to files of this site, for example: https://example.com/w/$1 Optional

Usage[edit]

php maintenance/addSite.php globalid group [ --language| --interwiki-id| --navigation-id| --pagepath| --filepath ]

Adding site with basic config[edit]

Terminal

Adding site with language[edit]

Terminal

Adding site with filepath and pagepath[edit]

Terminal
Tip: The sites table is cached in the local-server cache, so you should reload your webserver and other long-running MediaWiki PHP processes after running this script.

See also[edit]