Mercurial > p > roundup > code
diff doc/installation.txt @ 724:0085e1d718c4
Made ZRoundup install info more accessible.
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 16 May 2002 01:28:19 +0000 |
| parents | b38f4f95bffd |
| children | 779015e264b4 |
line wrap: on
line diff
--- a/doc/installation.txt Wed May 15 23:45:06 2002 +0000 +++ b/doc/installation.txt Thu May 16 01:28:19 2002 +0000 @@ -2,7 +2,7 @@ Installing Roundup ================== -:Version: $Revision: 1.3 $ +:Version: $Revision: 1.4 $ .. contents:: @@ -167,6 +167,21 @@ TODO (finish) +ZRoundup +======== + +Install roundup as usual (see installation_). + +ZRoundup installs as a regular Zope product. Copy the ZRoundup directory to +your Products directory either in an INSTANCE_HOME/Products or the Zope +code tree lib/python/Products. + +You will need to create the instance using the roundup-admin tool (step 2 in +installation_). + +When you next (re)start up Zope, you will be able to add a ZRoundup object +that interfaces to your new instance. + Further Reading ===============
