Extension:CommunityConfiguration/Developer setup

From mediawiki.org

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 your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'CommunityConfiguration' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.


Other extensions (optional)

CommunityConfigurationExample

  • Download and place the file(s) in a directory called CommunityConfigurationExample in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'CommunityConfigurationExample' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.