Dan-nl has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/102747


Change subject: update-install-instructions
......................................................................

update-install-instructions

* updated the install instructions with information about add/remove
  group permissions for the gwtoolset group.
* moved the filebackend instructions that relate to LocalSettings.php
  under that section

Change-Id: Iec535980e5d587b319ee1871bbbc7e51a2226bd1
---
M INSTALL
1 file changed, 14 insertions(+), 5 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/GWToolset 
refs/changes/47/102747/1

diff --git a/INSTALL b/INSTALL
index 7c51bc6..ec37eda 100644
--- a/INSTALL
+++ b/INSTALL
@@ -7,10 +7,13 @@
    a. php.ini
    b. DefaultSettings.php
    c. LocalSettings.php
-   d. FileBackend
-   e. FileBackend Security
-   f. Assign Users
-   g. Image Folder Permissions
+      i.   enable uploads and url uploading
+         ii.  load the extension
+         iii. add/remove groups
+      iv.  FileBackend
+   d. FileBackend Security
+   e. Assign Users
+   f. Image Folder Permissions
 4. Hidden Categories
 
 
@@ -57,8 +60,14 @@
 _load the extension_
 * `require_once "$IP/extensions/GWToolset/GWToolset.php";`
 
+_add/remove groups_
+Depending on the permissions you have set-up in your wiki, you may need to 
give admins
+or another user group the ability to add the ‘gwtoolset’ group to other user 
accounts.
+this can be accomplished by adding something similar to the following:
+* $wgAddGroups['sysop'][] = 'gwtoolset';
+* $wgRemoveGroups['sysop'][] = 'gwtoolset';
 
-### FileBackend
+_FileBackend_
 The extension makes use of a file backend to temporarily store metada files 
for processing.
 Once the extension finishes processing the metadata file, a cleanup job is run 
in order to
 delete the metadata file from the file backend. Sometimes orphaned files can 
remain in the file

-- 
To view, visit https://gerrit.wikimedia.org/r/102747
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iec535980e5d587b319ee1871bbbc7e51a2226bd1
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/GWToolset
Gerrit-Branch: master
Gerrit-Owner: Dan-nl <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to