This release is a pre-release and may not be stable for production use.
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
Release files for aw.managersmanager 1.0.0a2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| aw.managersmanager-1.0.0a2.tar.gz | 7.0 kB | Details |
Built distributions (wheels)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| aw.managersmanager-1.0.0a2-py2.6.egg | Legacy Egg format | - | - | Details |
| aw.managersmanager-1.0.0a2-py2.4.egg | Legacy Egg format | - | - | Details |
Total release size: 38.0 kB
Release files / aw.managersmanager-1.0.0a2.tar.gz
| Download URL | aw.managersmanager-1.0.0a2.tar.gz |
|---|---|
| Size | 7.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
40605c7fb5ad4f94019d28b052bb1a352b2cbdc524fa174c0010df42cd769569
|
|
BLAKE2b-256 checksum How to use checksums |
9e65d5261e2b3f796120ac5734313ecc82fa21a4f35aa882ee9ba6954e60054e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / aw.managersmanager-1.0.0a2-py2.6.egg
| Download URL | aw.managersmanager-1.0.0a2-py2.6.egg |
|---|---|
| Size | 15.4 kB |
| Tags | Egg |
|
SHA-256 checksum How to use checksums |
3aa1ffd6cc15f1c6f75f4f9f5c02bfbd524efcc7fe799f3a113c57a2e36bb429
|
|
BLAKE2b-256 checksum How to use checksums |
18488af7066a9dc9f370e7049c506936a7967c5bcbe10dd90d69ae9a5fd2c13d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / aw.managersmanager-1.0.0a2-py2.4.egg
| Download URL | aw.managersmanager-1.0.0a2-py2.4.egg |
|---|---|
| Size | 15.5 kB |
| Tags | Egg |
|
SHA-256 checksum How to use checksums |
a9f521143a08534e08762a252d065cec1b6ef8225098332c26ccce039bfecbdb
|
|
BLAKE2b-256 checksum How to use checksums |
8506c9be6949564a3d971162f849c953148d563e0f5066751b36cda9a4e80c70
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |