You are here: Home Plone products InstallUtils

InstallUtils (0.4.3)

1
by Olha Pelishok last modified 2009-01-21
0.0
0.0
0.0
0.0
Released on 2009-01-19 by Goldmund, Wyldebeast & Wunderliebe for Plone 2.5 under GPL - GNU General Public License available for All platforms.
Software development stage: stable
This is a tiny Plone product that provides some often used methods for an Install.py script. The bundle takes the complexity out of your Install script, into separate, well tested methods.

This is a tiny Plone product that provides some often used methods for an Install.py script. You just have to unpack the product in your Plone Products folder, that's all.

 

InstallUtils provides installation methods to be used in the Install.py script for Plone products. The bundle takes the complexity out of your Install script,

into separately tested installer methods. This greatly enhances the stability of your Install procedures. The bundle provides numerous methods often

used in an installation procedure, like installing external methods, new portal roles, workflows, properties, etc.

 

All methods are coded in separate files, and are imported from the utils.py file. If you wish to add your own methods, please be so kind as to obey the following rules, then send us the method:

  • add python doc;
  • add code comments;
  • add print statements when starting your method, and when ending your install, and in between whatever you're installing;
  • have a beer.

 

Document Actions
Powered by Plone