comparison doc/installation.txt @ 1808:3ac35c8e1782

new example and some more installation docs
author Richard Jones <richard@users.sourceforge.net>
date Fri, 12 Sep 2003 04:29:35 +0000
parents 0f2678eeeac6
children 06f5b36b201b
comparison
equal deleted inserted replaced
1807:ea43cb3c157f 1808:3ac35c8e1782
1 ================== 1 ==================
2 Installing Roundup 2 Installing Roundup
3 ================== 3 ==================
4 4
5 :Version: $Revision: 1.57 $ 5 :Version: $Revision: 1.58 $
6 6
7 .. contents:: 7 .. contents::
8 8
9 9
10 Overview 10 Overview
324 name=home values on the command-line after all the other options. 324 name=home values on the command-line after all the other options.
325 325
326 To make the server run in the background, use the "-d" option, specifying the 326 To make the server run in the background, use the "-d" option, specifying the
327 name of a file to write the server process id (pid) to. 327 name of a file to write the server process id (pid) to.
328 328
329 To run the server proxied through apache (to take advantage of SSL or other
330 apache features), use the following configuration lines::
331
332 LoadModule proxy_module libexec/apache2/mod_proxy.so
333 LoadModule proxy_connect_module libexec/apache2/mod_proxy_connect.so
334 LoadModule proxy_http_module libexec/apache2/mod_proxy_http.so
335
336 <Location /prometheus/>
337 ProxyPass http://192.168.1.2:9090/roundup/
338 AuthType Basic
339 AuthName Roundup
340 AuthUserFile /some/place/htpasswd
341 Require valid-user
342 </Location>
343
344 Changing the ProxyPass line to point to the server you're running.
345
329 346
330 Zope Product - ZRoundup 347 Zope Product - ZRoundup
331 ~~~~~~~~~~~~~~~~~~~~~~~ 348 ~~~~~~~~~~~~~~~~~~~~~~~
332 349
333 ZRoundup installs as a regular Zope product. Copy the ZRoundup directory to 350 ZRoundup installs as a regular Zope product. Copy the ZRoundup directory to

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