Extension:CommunityConfiguration/Developer setup
Appearance
Installation
[edit]- Download MediaWiki and set it up with either MediaWiki-Docker or a local server using the Quickstart guide.
- Download and install the CommunityConfiguration extension:
git clone "https://gerrit.wikimedia.org/r/mediawiki/extensions/CommunityConfiguration" extensions/CommunityConfiguration
- Download and place the file(s) in a directory called
CommunityConfiguration
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'CommunityConfiguration' );
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Other extensions (optional)
CommunityConfigurationExample
- Download the CommunityConfigurationExample extension and place the file(s) in a directory called
CommunityConfigurationExample
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'CommunityConfigurationExample' );
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.