RE: [Zope] using WorldPilo
that link to worldpilot is a good old marketing plug ;) you could always grep the source code for that url string and replace it if you really want... jens -----Original Message----- From: Andrew Diller [mailto:dillera@isc.upenn.edu] Sent: Monday, February 07, 2000 4:58 PM To: Jens Vagelpohl Cc: 'zope@zope.org' Subject: RE: [Zope] using WorldPilo Hi: thanks for answering. Yes, I changed DOMAIN.py, but still the source is: <html><head><title>WorldPilot Logon</title> <base href="http://imp.isc-net.upenn.edu:8080/worldpilot/"> </head><body bgcolor="#FFFFFF"> <form method="post"><!--var expr="REQUEST"--><BR> <A HREF="http://www.worldpilot.com" TARGET="_new"> <IMG SRC="logoonwhite" BORDER="0"></A><BR><BR><B>Please log on to WorldPilot</B><BR><BR> Surely, the www.worldpilot.com there is incorrect. Is this what the DOMAIN.PY is supposed to replace? impp.isc-net.upenn.edu is my Zope server. -andy - - - - - - - - - - - - - - - - - - - Andrew Diller dillera@isc.upenn.edu Information Systems and Computing Unix Systems Group University of Pennsylvania v: 3-7360 f: 8-9348 On Mon, 7 Feb 2000, Jens Vagelpohl wrote:
you don't "create" local users, all that info comes straight out of whatever imap server you connect to. if someone isn't known to that imap server you can't log in.
about the pointing to www.worldpilot.org, did you read the (small) doc that comes with it that explains to change DOMAIN.py in the products directory?
jens
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Andrew Diller Sent: Monday, February 07, 2000 3:38 PM To: zope@zope.org Subject: [Zope] using WorldPilot
Anyone using WorldPilot?
http://demo.worldpilot.com:8080/site/
I've got it up and running on my Alpha server, but I can't see how to create any local users.
The login screen points back to www.worlpilot.org, which is also bad.
Who's using it locally on their Zope?
-andy
- - - - - - - - - - - - - - - - - - - Andrew Diller dillera@isc.upenn.edu Information Systems and Computing Unix Systems Group University of Pennsylvania v: 3-7360 f: 8-9348
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
One other quick question: in the INSTALL.txt file they say: create the following directorys in /var It is recommended to change the permissions to 700 are required to be permission 777. umask 000 mkdir /var/spool/worldpilot mkdir /var/spool/worldpilot/storage mkdir /var/spool/worldpilot/storage/user mkdir /var/spool/worldpilot/sessions mkdir /var/spool/worldpilot/user -snip----- do they really mean /var as in slash-var, or the var that is in the Zope root directory? -andy
participants (2)
-
Andrew Diller -
Jens Vagelpohl