Date: 2004-08-31T02:57:10 Editor: DavidCrossley <[EMAIL PROTECTED]> Wiki: Cocoon Wiki Page: CocoonEasyInstallation URL: http://wiki.apache.org/cocoon/CocoonEasyInstallation
do not get downloads directly from the apache.org dist, go via the mirrors Change Log: ------------------------------------------------------------------------------ @@ -16,7 +16,7 @@ [EMAIL PROTECTED]:/opt> }}} == Get Cocoon == -Go to the directory you are using for downloads and create a subdirectory '''cocoon'''. Step into this '''cocoon''' directory and WGET Cocoon an its MD5 hash from the download server. +Go to the directory you are using to accept downloads and create a subdirectory '''cocoon'''. Use your web browser to download the LatestRelease from a mirror site and save it in the '''cocoon''' directory. Step into this '''cocoon''' directory and use WGET to download the distribution MD5 hash which corresponds to your release - you '''must''' get this directly from the ultimately trusted ASF server. [EMAIL PROTECTED]:~> cd /tmp/ [EMAIL PROTECTED]:/tmp> mkdir cocoon [EMAIL PROTECTED]:/tmp> cd cocoon/ @@ -24,11 +24,8 @@ [EMAIL PROTECTED]:/tmp/cocoon> wget -nd http://www.apache.org/dist/cocoon/cocoon-2.1.4-src.tar.gz.md5 --15:33:55-- http://www.apache.org/dist/cocoon/cocoon-2.1.4-src.tar.gz.md5 => `cocoon-2.1.4-src.tar.gz.md5' [EMAIL PROTECTED]:/tmp/cocoon> wget -nd http://www.apache.org/dist/cocoon/cocoon-2.1.4-src.tar.gz ---15:33:56-- http://www.apache.org/dist/cocoon/cocoon-2.1.4-src.tar.gz - => `cocoon-2.1.4-src.tar.gz' }}} -After download is complete you should check MD5 sum of your download. Either do '''md5sum -c *.md5''' or check it manually. +After download is complete you should check MD5 sum of your download. Either do '''md5sum -c *.md5''' or check it manually. Follow the instructions on the Cocoon download pages. {{{ [EMAIL PROTECTED]:/tmp/cocoon> md5sum cocoon-2.1.4-src.tar.gz 65a099094217ef0621e832ad5aa1cfc9 cocoon-2.1.4-src.tar.gz
