[Zope] Re: Getting started

Josef Meile jmeile at hotmail.com
Fri Jan 9 14:14:48 EST 2004


> My initial requirement is to be able to install a simple app.
>
> Photo appears to be the simple sort of app which would be suitable.
>
> I've downloaded it and extracted it to Zope's Products directory and I can
> see the Photo product under the Control Panel and a picture has been
> uploaded. What URL do I use to view it as a normal user outside of the
> ZMI?
locally you can:

http://localhost:8080/path/to/your/photo.gif

or on a network:

http://yourserver.yourdomain.com:8080/path/to/your/photo.gif

or

http://your_ip_address:8080/path/to/your/photo.gif

Regards,
Josef



More information about the Zope mailing list