Foxtrott has uploaded a new change for review. https://gerrit.wikimedia.org/r/175304
Change subject: Minor doc fixes ...................................................................... Minor doc fixes Change-Id: I651d067f37dd33d90a99b354a7d7c6abbe4aeccc --- M README.md M docs/testing.md 2 files changed, 11 insertions(+), 6 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/skins/chameleon refs/changes/04/175304/1 diff --git a/README.md b/README.md index 3171941..973f86d 100644 --- a/README.md +++ b/README.md @@ -19,17 +19,22 @@ ## Installation -1. Go to your MediaWiki installation directory -2. If necessary (on MediaWiki up to 1.23) copy the file `composer.json.example` to `composer.json` -3. With Composer installed, run `composer require "mediawiki/chameleon-skin:~1.0"` -4. Navigate to _Special:Version_ on your wiki to verify that the skin is successfully installed. +1. On a command line go to your MediaWiki installation directory +2. If necessary (on MediaWiki up to 1.23) copy the file `composer.json.example` + to `composer.json` +3. With Composer installed, run + `composer require "mediawiki/chameleon-skin:~1.0"` +4. To set Chameleon as the default skin, open `LocalSettings.php` in an editor, + find `$wgDefaultSkin` and amend it: `$wgDefaultSkin='chameleon';` +5. __Done:__ Navigate to _Special:Version_ on your wiki to verify that the skin + is successfully installed. ## Documentation See the [Chameleon documentation](docs/index.md). It may also be worthwhile to have a look at the [Chameleon site on -MediaWiki][mw-chameleon] and the related [talk page][mw-chameleon-talk] +MediaWiki][mw-chameleon] and the related [talk page][mw-chameleon-talk] ## License diff --git a/docs/testing.md b/docs/testing.md index 01d61c3..756e4df 100644 --- a/docs/testing.md +++ b/docs/testing.md @@ -1,6 +1,6 @@ ## Testing -This skin provides unit tests that can be run by a [continued integration +This skin provides unit tests that can be run by a [continuous integration platform][travis] or manually by executing the `mw-phpunit-runner.php` script or [`phpunit`][mw-testing] together with the PHPUnit configuration file found in the root directory of the skin. -- To view, visit https://gerrit.wikimedia.org/r/175304 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I651d067f37dd33d90a99b354a7d7c6abbe4aeccc Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/skins/chameleon Gerrit-Branch: master Gerrit-Owner: Foxtrott <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
