BackTalk to Document The Zope Book (2.6 Edition)/Installing and Starting Zope

[email protected] Sun, 13 Jun 2004 23:26:14 -0400
Newsgroups gmane.comp.web.zope.zdp
Message-ID <[email protected]>
A comment to the paragraph below was recently added via http://zope.org/Documentation/Books/ZopeBook/2_6Edition/InstallingZope.stx#3-37

---------------

      Then extract the resulting *.tgz* archive into the place where
      you want Zope to be installed.  Zope has no "build" directory,
      the "install" directory *is* the build directory.  In the below
      example, we extract the *.tgz* directly into our home directory.
      This is recommended for purposes of this example::

        chrism@saints:~$ gunzip -c Zope-2.5.1-src.tgz | tar xvf - 

        % Anonymous User - May 12, 2004 9:31 am:
         on OpenBSD, the following works

         # tar zxvf Zope-2.5.1-src.tgz

        % Anonymous User - June 13, 2004 11:26 pm:
         gunzip -c Zope-2.5.1-src.tgz | tar xvf - 

         This is the ugliest code snippet I have ever seen.

         For the record, tar zxvf works as well on Linux as well (GNU tar 1.13.92)

_______________________________________________
ZDP maillist  -  [email protected]
http://mail.zope.org/mailman/listinfo/zdp