Skip to content

Commit 2ac4e10

Browse files
committed
document location of frontends when installed and in source
1 parent 9d4d5c6 commit 2ac4e10

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

doc/installation.txt

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff 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

698699
Through 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.
785786
Zope 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

792794
When you next (re)start up Zope, you will be able to add a ZRoundup object
793795
that interfaces to your new tracker.

0 commit comments

Comments
 (0)