Stackless Issue Tracker (Was: [Stackless] Current issues)
Bob Ippolito
bob at redivi.com
Mon Feb 16 22:53:59 CET 2004
On Feb 16, 2004, at 8:10 AM, Christian Tismer wrote:
> Hi Bob,
>
> ...
>
>>>> This is off the top of my head.. we really need an issue tracker.
>>>> Should I install/configure roundup on the stackless.com server?
>
> Ok, I was reluctant and would have preferred a Zope
> based issure tracker, but if you say it is easy,
> and you are willing to install it, pleas _go ahead_ :-)
Yes, it is easy (you even had roundup installed already).. here it is:
http://stackless.com:8888/stackless/
It can be integrated with Zope via ZRoundup, or just
ProxyPass+ProxyPassReverse behind Apache.. but I don't have access to
do either (and I don't have much experience with Zope). Here's how you
would do it for Apache:
<VirtualHost *:80>
ServerName stackless.com
......
ProxyPass /issues/ http://stackless.com:8888/stackless/
ProxyPassReverse /issues http://stackless.com:8888/stackless/
</VirtualHost>
-bob
_______________________________________________
Stackless mailing list
Stackless at stackless.com
http://www.stackless.com/mailman/listinfo/stackless
More information about the Stackless
mailing list