FlaggedRevs setup
From Wikitech
(Difference between revisions)
(New page: # Add the extension's tables to your wiki... #* <tt>php maintenance/sql.php --wiki='''dbname''' extensions/FlaggedRevs/FlaggedRevs.sql</tt> # Add the wiki to the FlaggedRevs group so it'll...) |
|||
| Line 8: | Line 8: | ||
#* touch <tt>InitialiseSettings.php</tt> to invalidate the cache | #* touch <tt>InitialiseSettings.php</tt> to invalidate the cache | ||
#* <tt>sync-common-all</tt> | #* <tt>sync-common-all</tt> | ||
| + | |||
| + | == Open requests == | ||
| + | |||
| + | [https://bugzilla.wikimedia.org/buglist.cgi?quicksearch=flaggedrevs on bugzilla] | ||
Revision as of 22:10, 14 November 2008
- 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
- Update live configuration:
- touch InitialiseSettings.php to invalidate the cache
- sync-common-all