X-Git-Url: https://scm.cri.minesparis.psl.eu/git/GroupUserFolder.git/blobdiff_plain/e9d14b6b5cc9cd4775c60cb340b5c4c787536fc3..3e1ba4932c34812cf2f6f3569b0f0dbea97b7a0b:/Products/GroupUserFolder/INSTALL.txt?ds=sidebyside diff --git a/Products/GroupUserFolder/INSTALL.txt b/Products/GroupUserFolder/INSTALL.txt new file mode 100644 index 0000000..7373ab1 --- /dev/null +++ b/Products/GroupUserFolder/INSTALL.txt @@ -0,0 +1,16 @@ +HOW TO INSTALL GRUF? + + GRUF installs just like any other Zope product. Just untar it in your Products directory, + restart Zope, and you're done. + +HOW TO USE GRUF? + + To enjoy groups within Zope, you just have to instansiate a GroupUserFolder instead of your + UserFolder. GRUF creates two default acl_users for you inside itself (one for Users and one + for Groups. see README.txt for technical explanation) but you can remove them and replace + them by other kind of User Folders: LDAPUserFolder, SQLUserFolder, SimpleUserFolder, + or whatever suits your needs. + +PLONE INSTALLATION + + See README-Plone file for explanation on Plone installation.