File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -691,9 +691,10 @@ More information about ISS setup may be found at:
691691
692692 https://docs.microsoft.com/en-us/iis/
693693
694- Copy the ``frontends/roundup.cgi`` file to your web server's ``cgi-bin``
695- directory. You will need to configure it to tell it where your tracker home
696- is. You can do this either:
694+ Copy the ``share/roundup/cgi-bin/roundup-cgi``
695+ (``frontends/roundup.cgi`` in source tree) file to your web
696+ server's ``cgi-bin`` directory. You will need to configure it to
697+ tell it where your tracker home is. You can do this either:
697698
698699Through an environment variable
699700 Set the variable TRACKER_HOMES to be a colon (":") separated list of
@@ -785,9 +786,10 @@ name of a file to write the server process id (pid) to.
785786Zope Product - ZRoundup
786787~~~~~~~~~~~~~~~~~~~~~~~
787788
788- ZRoundup installs as a regular Zope product. Copy the ZRoundup directory to
789- your Products directory either in INSTANCE_HOME/Products or the Zope
790- code tree lib/python/Products.
789+ ZRoundup installs as a regular Zope product. Copy the
790+ ``share/roundup/frontends/ZRoundup`` (frontends/ZRoundup in the
791+ source tree) directory to your Products directory either in
792+ INSTANCE_HOME/Products or the Zope code tree lib/python/Products.
791793
792794When you next (re)start up Zope, you will be able to add a ZRoundup object
793795that interfaces to your new tracker.
You can’t perform that action at this time.
0 commit comments