r111401 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r111400‎ | r111401 | r111402 >
Date:19:16, 13 February 2012
Author:qchris
Status:ok
Tags:
Comment:
Updated setup part of documentation
Modified paths:
  • /branches/ariel/xmldumps-backup/README.config (modified) (history)
  • /branches/ariel/xmldumps-backup/README.installation (modified) (history)
  • /branches/ariel/xmldumps-backup/wikidump.conf.sample (modified) (history)

Diff [purge]

Index: branches/ariel/xmldumps-backup/wikidump.conf.sample
@@ -29,6 +29,8 @@
3030 gzip=/usr/bin/gzip
3131 bzip2=/usr/bin/bzip2
3232 sevenzip=/usr/bin/7za
 33+checkforbz2footer=/usr/local/bin/checkforbz2footer
 34+recompressxml=/usr/local/bin/recompressxml
3335
3436 [cleanup]
3537 keep=10
Index: branches/ariel/xmldumps-backup/README.installation
@@ -5,8 +5,9 @@
66 * PHP 2.5 or greater
77 * A fully functional MediaWiki installation with some data in it (depends on
88 mysql and a functioning webserver)
 9+* Installed ActiveAbstract extension for MediaWiki
910 * The applications gzip, bzip2, 7zip version 4.58 or better
10 -* Command line utilities head, tail, cat
 11+* Command line utilities head, tail, cat, grep
1112 * Build the utfnormal php module, located in svn:
1213 This depends on swig and libicu-dev, install those.
1314 svn co http://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/normal/
@@ -27,6 +28,9 @@
2829
2930 svn co http://svn.wikimedia.org/svnroot/mediawiki/branches/ariel/xmldumps-backup backups
3031
 32+Build the programs in the mwbzutils subdirectory, and move back to the
 33+backups directory afterwards.
 34+
3135 Copy the file wikidump.conf.sample to wikidump.conf and edit the values
3236 appropriately; see the file README.config for information on the format of the
3337 configuration file and the options specified.
Index: branches/ariel/xmldumps-backup/README.config
@@ -162,10 +162,10 @@
163163 grep -- Location of the grep binary
164164 Default value:/bin/grep
165165 checkforbz2footer -- Location of the checkforbz2footer binary
166 - This is part of the mwbzutils package. If
167 - the package is not installed, this value will
168 - be ignored.
 166+ This is part of the mwbzutils package.
169167 Default value: /usr/local/bin/checkforbz2footer
 168+recompressxml -- Location of the recompressxml binary
 169+ Default value: /usr/local/bin/recompressxml
170170
171171 The above options do not have to be specified in the config file,
172172 since default values are provided.

Status & tagging log