[Zope-CVS] CVS: Packages3/workflow - README.txt:1.1
Ulrich Eck
ueck@net-labs.de
Tue, 4 Feb 2003 16:49:57 -0500
Update of /cvs-repository/Packages3/workflow
In directory cvs.zope.org:/tmp/cvs-serv30387
Added Files:
README.txt
Log Message:
a tiny readme that explains this package and basic installation
=== Added File Packages3/workflow/README.txt ===
Zope3 Workflow Implementations:
This package is currently developed outside of the Zope3 CVS-HEAD
to be able to share work between the developers more easily.
to install this package you need to check it out from
Zope-CVS-Repository/Packages3/workflow
remove the workflow directory from src/zope/app from Zope3src
link this package into src/zope/app/workflow
add this to the src/zope/app/configure.zcml:
<include package=".workflow" />
and link the workflow/browser folder into
src/zope/app/browser/workflow and include it in zcml.
start your Zope3 server and add a workflow-service.
nothing else works yet ....