Hi, I am a new user of Zope and am still stymied by one question: can documents/objects be published on remote machines? For example: consider Zope installed on a development machine. Once pages/sites have been proofed in Zope, can they be moved -- published -- (by Zope) to a production machine? If so, how? Barring that possibility (publishing to a remote machine), is it possible to alter the URL of the documents? So, assuming everything is done on one machine, how can the index page of a folder within Zope become the index page at the top level of a domain served on the same machine? We are not using the ZServer, btw, but Apache. Thanks for any help, pointers, etc. Cheers, Mike Berger Snow BV Waardenburg, The Netherlands
+-------[ Mike Berger ]---------------------- | | Hi, | Hi Mike, you might consider trying to manually break your lines at 72 columns or so... | I am a new user of Zope and am still stymied by one question: | can documents/objects be published on remote machines? For example: |consider Zope installed on a development | machine. Once pages/sites have been proofed in Zope, can they be moved -- | published -- (by Zope) to a production machine? If so, how? You can use wget/webcopy et. al to do this for you, rather than push it out of zope, you can pull it into apache. -- Totally Holistic Enterprises Internet| | Andrew Milton The Internet (Aust) Pty Ltd | | ACN: 082 081 472 ABN: 83 082 081 472 | M:+61 416 022 411 | Carpe Daemon PO Box 837 Indooroopilly QLD 4068 |akm@theinternet.com.au|
On Thu, 20 Sep 2001, Andrew Kenneth Milton wrote:
| I am a new user of Zope and am still stymied by one question: | can documents/objects be published on remote machines? For example: |consider Zope installed on a development | machine. Once pages/sites have been proofed in Zope, can they be moved -- | published -- (by Zope) to a production machine? If so, how?
You can use wget/webcopy et. al to do this for you, rather than push it out of zope, you can pull it into apache.
yes but this would only pull static content. to remotely publish objects to another Zope host you may want to consider products like ZSyncer (http://www.zope.org/Members/andym) or using Zope's own export/import facilities combined with a shell script which automates all this using wget and ssh for example. hth. Jerome Alet - alet@unice.fr - http://cortex.unice.fr/~jerome Fac de Medecine de Nice http://wwwmed.unice.fr Tel: (+33) 4 93 37 76 30 Fax: (+33) 4 93 53 15 15 28 Avenue de Valombrose - 06107 NICE Cedex 2 - FRANCE
+-------[ Jerome Alet ]---------------------- | On Thu, 20 Sep 2001, Andrew Kenneth Milton wrote: | | > | I am a new user of Zope and am still stymied by one question: | > | can documents/objects be published on remote machines? For example: | > |consider Zope installed on a development | > | machine. Once pages/sites have been proofed in Zope, can they be moved -- | > | published -- (by Zope) to a production machine? If so, how? | > | > You can use wget/webcopy et. al to do this for you, rather than push it out | > of zope, you can pull it into apache. | | yes but this would only pull static content. Yes, that it what I understood he wanted, since I'm sure he said he wasn't using ZServer, only Apache. | to remotely publish objects to another Zope host you may want to consider | products like ZSyncer (http://www.zope.org/Members/andym) or using Zope's | own export/import facilities combined with a shell script which automates | all this using wget and ssh for example. Or ZEO and versions... -- Totally Holistic Enterprises Internet| | Andrew Milton The Internet (Aust) Pty Ltd | | ACN: 082 081 472 ABN: 83 082 081 472 | M:+61 416 022 411 | Carpe Daemon PO Box 837 Indooroopilly QLD 4068 |akm@theinternet.com.au|
participants (3)
-
Andrew Kenneth Milton -
Jerome Alet -
mberger@snow.nl