MaxSem has submitted this change and it was merged. Change subject: Update README ......................................................................
Update README Change-Id: I951a9683ad1ec764b3cbb680f0975812027c3f98 --- M README 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: MaxSem: Verified; Looks good to me, approved diff --git a/README b/README index 481ede0..6a2f256 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ == Setting up == * Add Minifier to LocalSettings.php: require_once( "$IP/extensions/Minifier/Minifier.php" ); -* Set $wgMinifierHosts = array( 'localhost:8888' ); +* Set $wgMinifierHost = '<hostname or IP>:8888'; if you're going to run the server in a different host. * Checkout https://gerrit.wikimedia.org/r/74293 in MedaWiki core. * Copy server/settings.json.sample to settings.json. * Install node.js dependencies: cd server && npm install -- To view, visit https://gerrit.wikimedia.org/r/119499 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I951a9683ad1ec764b3cbb680f0975812027c3f98 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Minifier Gerrit-Branch: master Gerrit-Owner: MaxSem <[email protected]> Gerrit-Reviewer: MaxSem <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
