Extension:CommunityConfiguration/Developer setup

Installation

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