FlaggedRevs setup
From Wikitech
(Difference between revisions)
m |
|||
| Line 15: | Line 15: | ||
[https://bugzilla.wikimedia.org/buglist.cgi?quicksearch=flaggedrevs on bugzilla] | [https://bugzilla.wikimedia.org/buglist.cgi?quicksearch=flaggedrevs on bugzilla] | ||
| + | |||
| + | [[Category:How-To]] | ||
Revision as of 23:28, 18 May 2009
- Add the extension's tables to your wiki...
- php maintenance/sql.php --wiki=dbname extensions/FlaggedRevs/FlaggedRevs.sql
- Add the wiki to the FlaggedRevs group so it'll use it...
- Edit /home/wikipedia/common/flaggedrevs.dblist and add the database name
- If necessary, customize the settings for it in flaggedrevs.php
- Note: currently this sucks not as much as it did previously.
- Update live configuration:
- touch InitialiseSettings.php to invalidate the cache
- sync-common-all
- Run php extensions/FlaggedRevs/maintenance/updateAutoPromote.php <dbname> from /home/wikpedia/common/php-1.5/ to autopromote those stated in the config options.
- Run php extensions/FlaggedRevs/maintenance/updateLinks.php --updateonly=pages <dbname>