memmon and collective.recipe.supervisor
Posted by mustapha under buildout[3] Comments | No Trackbacks
I just saw a tweet advising to pin supervisor egg to 3.0a4 for those who use collective.recipe.supervisor with memmon (Memmon is moved from supervisor 3.0a7 and added to the superlance plugin). Don't do that. The 3.0a7 introduced new commands (reread, update and avail) and many improvements and fixes that will make your life easier.
You don't need to pin supervisor to 3.0a4. The collective.recipe.supervisor has already a plugins option. The ONLY change you have to make to your current buildout configuration file is to add superlance to the plugins option:
You don't need to pin supervisor to 3.0a4. The collective.recipe.supervisor has already a plugins option. The ONLY change you have to make to your current buildout configuration file is to add superlance to the plugins option:
and then run:
[buildout]
...
[spvisor]
recipe = collective.recipe.supervisor
...
plugins = superlance
...
That's all.
$ ./bin/buildout -v install spvisor