X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=maintenance%2FREADME;h=5cb6f5f5ab5ab9c71056dd00e7eef3f5ac4d8903;hb=d966178eadf6f5e30f4049c844fdb6afe827501f;hp=e2215c1dd9a9770621c8f79e3d868d89459a8443;hpb=1c9773bd015adbf8aedb3b1777f0e087906baf6f;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/README b/maintenance/README index e2215c1dd9..5cb6f5f5ab 100644 --- a/maintenance/README +++ b/maintenance/README @@ -10,8 +10,8 @@ proper installation. Certain scripts will require elevated access to the database. In order to provide this, first create a MySQL user with "all" permissions on the wiki -database, and then place their username and password in an AdminSettings.php -file in the directory above. See AdminSettings.sample for specifics on this. +database, and then set $wgDBadminuser and $wgDBadminpassword in your +LocalSettings.php === Brief explanation of files === @@ -56,15 +56,15 @@ installations. importDump.php XML dump importer - + importImages.php Import images into the wiki - + importTextFile.php Import the contents of a text file into a wiki page moveBatch.php - Move a batch of pages + Move a batch of pages namespaceDupes.php Check articles name to see if they conflict with new/existing namespaces @@ -93,8 +93,8 @@ installations. runJobs.php Immediately complete all jobs in the job queue - stats.php - Show all statistics stored in memcached + showCacheStats.php + Show all statistics stored in the cache undelete.php Undelete all revisions of a page @@ -106,4 +106,4 @@ installations. Update pages restriction to the new schema userOptions.php - Change user options \ No newline at end of file + Change user options