Manages Plone site managers on multiple sites and clusters.
Project description
This component provides a console utility plonemanagers and a Plone component that adds or removes managers on all Plone sites in a set of Zope clusters.
Note that aw.managersmanager has a client command line utility and a Zope component server side counterpart.
Installation
Either (typically on a client, you don’t need Zope or anything else)
$ easy_install aw.managersmanager
Or in a buildout (with Zope / Plone installation)
[buildout] ... parts = ... managersmanager ... eggs = ... aw.managersmanager ... [managersmanager] recipe = zc.recipe.egg eggs = ... aw.managersmanager ... [instance] recipe = plone.recipe.zope2instance ... zcml = ... aw.managersmanager
Add a config file in your home directory named .managersmanager. Or run once the plonemanagers console tool that will create a skeleton if this file does not exist. See Config file below.
Usage
Common usages, respectively for adding a manager, listing Plone sites, removing a manager and asking for help:
$ plonemanagers adduser <login> <password> $ plonemanagers list $ plonemanagers deluser <login> $ plonemanagers --help
Config file
The configuration file is named .managersmanager and is located in your user default directory.
If you don’t have such (mandatory) config file, a default one will becreated the first time you invoke plonemanagers. This default config file is fully commented out, such it’s pretty easy to tweak your client installation to fit all the Zope / Plone clusters under your control.
Its content must match these rules
# Main section (required) [main] # All Zope clusters clusters = somecluster anothercluster ... # HTTP connection timeout (in seconds) timeout = 10 # Each item in above "clusters" must have its sections [somecluster] # One or more root URL (the ZEO clients of this cluster) root-urls = http://somehost:8080 http://otherhost:8080 # A *Zope root* manager login login = admin password = mysecret # Same thing for all clusters [anothercluster] ...
License
GPL
Support
Tracker: http://plone.org/products/aw-managersmanager/issues
Mail support: Ingeniweb support
Subversion repository
Changelog
1.0.0a2
Ignore potential args in command line tool. [glenfant]
1.0.0a1
Initial release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Hashes for aw.managersmanager-1.0.0a2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 40605c7fb5ad4f94019d28b052bb1a352b2cbdc524fa174c0010df42cd769569 |
|
MD5 | d00e4e8fcf739a80a7a58e727cbe12d0 |
|
BLAKE2b-256 | 9e65d5261e2b3f796120ac5734313ecc82fa21a4f35aa882ee9ba6954e60054e |
Hashes for aw.managersmanager-1.0.0a2-py2.6.egg
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3aa1ffd6cc15f1c6f75f4f9f5c02bfbd524efcc7fe799f3a113c57a2e36bb429 |
|
MD5 | bb08629573098a2bbdf9c507478688e5 |
|
BLAKE2b-256 | 18488af7066a9dc9f370e7049c506936a7967c5bcbe10dd90d69ae9a5fd2c13d |
Hashes for aw.managersmanager-1.0.0a2-py2.4.egg
Algorithm | Hash digest | |
---|---|---|
SHA256 | a9f521143a08534e08762a252d065cec1b6ef8225098332c26ccce039bfecbdb |
|
MD5 | 5768ec93a1f071b24bdcad52066b2c96 |
|
BLAKE2b-256 | 8506c9be6949564a3d971162f849c953148d563e0f5066751b36cda9a4e80c70 |