[Zope-PTK] new CMF installation problem
Shane Hathaway
shane@digicool.com
Mon, 12 Mar 2001 14:12:13 -0500
"D K Systems Inc." wrote:
> Assumptions:
> - Zope configured using INSTANCE_HOME, '/var/zope', and
> SOFTWARE_HOME, '/usr/local/zope/Zope-2.3.1b1'.
>
> How do I configure SOFTWARE_HOME ?
It is an environment variable. Using bash, do:
export SOFTWARE_HOME=/usr/local/zope/Zope-2.3.1b1
then run "start". Or you can put the declaration in your "start"
script.
> Procedure:
> $ cd /usr/local/zope
> $ tar xzf /tmp/CMF-1.0beta.tar.gz
>
> Error messeges:
> -----------------------
> tar: Skipping to next header
>
> gzip: stdin: invalid compressed data--crc error
It looks like you got a bad download. If you right-click on the link to
the file "CMF-1.0beta.tar.gz" and choose "save as", you'll have a better
chance of getting a successful download.
Shane