comparison doc/installation.txt @ 7311:4bbd1316db00

document location of frontends when installed and in source
author John Rouillard <rouilj@ieee.org>
date Wed, 10 May 2023 18:17:25 -0400
parents ac6403bfcb1f
children a5f948e0eef5
comparison
equal deleted inserted replaced
7310:ac6403bfcb1f 7311:4bbd1316db00
689 689
690 More information about ISS setup may be found at: 690 More information about ISS setup may be found at:
691 691
692 https://docs.microsoft.com/en-us/iis/ 692 https://docs.microsoft.com/en-us/iis/
693 693
694 Copy the ``frontends/roundup.cgi`` file to your web server's ``cgi-bin`` 694 Copy the ``share/roundup/cgi-bin/roundup-cgi``
695 directory. You will need to configure it to tell it where your tracker home 695 (``frontends/roundup.cgi`` in source tree) file to your web
696 is. You can do this either: 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:
697 698
698 Through an environment variable 699 Through an environment variable
699 Set the variable TRACKER_HOMES to be a colon (":") separated list of 700 Set the variable TRACKER_HOMES to be a colon (":") separated list of
700 name=home pairs (if you're using apache, the SetEnv directive can do this) 701 name=home pairs (if you're using apache, the SetEnv directive can do this)
701 702
783 .. index:: pair: web interface; Zope 784 .. index:: pair: web interface; Zope
784 785
785 Zope Product - ZRoundup 786 Zope Product - ZRoundup
786 ~~~~~~~~~~~~~~~~~~~~~~~ 787 ~~~~~~~~~~~~~~~~~~~~~~~
787 788
788 ZRoundup installs as a regular Zope product. Copy the ZRoundup directory to 789 ZRoundup installs as a regular Zope product. Copy the
789 your Products directory either in INSTANCE_HOME/Products or the Zope 790 ``share/roundup/frontends/ZRoundup`` (frontends/ZRoundup in the
790 code tree lib/python/Products. 791 source tree) directory to your Products directory either in
792 INSTANCE_HOME/Products or the Zope code tree lib/python/Products.
791 793
792 When you next (re)start up Zope, you will be able to add a ZRoundup object 794 When you next (re)start up Zope, you will be able to add a ZRoundup object
793 that interfaces to your new tracker. 795 that interfaces to your new tracker.
794 796
795 .. index:: ! triple: web interface; apache; mod_wsgi 797 .. index:: ! triple: web interface; apache; mod_wsgi

Roundup Issue Tracker: http://roundup-tracker.org/