FlaggedRevs setup
From Wikitech
(Difference between revisions)
| Line 16: | Line 16: | ||
Rollout checklists: | Rollout checklists: | ||
* [[/enwiki 2010-06-15]] | * [[/enwiki 2010-06-15]] | ||
| − | * [[/2010-11- | + | * [[/2010-11-17 Rollout Checklist]] |
== Open requests == | == Open requests == | ||
Revision as of 04:41, 14 November 2010
General FlaggedRev installation instructions
- Add the extension's tables to your wiki...
- cd /home/wikipedia/common/php-1.5/
- 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
- Note: Do not run this until the sync has completed.
- Run cd /home/wikipedia/common/php-1.5/ && php extensions/FlaggedRevs/maintenance/updateAutoPromote.php <dbname> to autopromote those stated in the config options.
enwiki instructions
Rollout checklists: