|
|
Log in / Subscribe / Register

Plone 3.2rc1 released

From:  Wichert Akkerman <wichert-AT-wiggy.net>
To:  plone-announce-AT-lists.sourceforge.net
Subject:  Plone 3.2rc1 released
Date:  Mon, 15 Dec 2008 16:15:51 +0100
Message-ID:  <20081215151551.GA25147@wiggy.net>
Cc:  lwn-AT-lwn.net, plone-developers-AT-lists.sourceforge.net, plone-users-AT-lists.sourceforge.net

We are closing in on the first all egg-based Plone release: Plone 3.2rc1
was tagged and uploaded to pypi today.

At this point we only have a source release. Windows, OSX and universal
installers will be available from plone.org soon.

Unless critical bugs are found we will release Plone 3.2 without further
changes in two weeks. 

All packages used for this release can be found on both pypi.python.org
and http://dist.plone.org/release/3.2rc1/ . You can use the latter as a
custom index for setuptools or buildout. In additiong all version pin
information for this release can be found in a buildout-compatible
format at http://dist.plone.org/release/3.2rc1/versions.cfg .

If you are using virtualenv for your Zope instance you can install Plone
using easy_install:

    easy_install Plone


If you are using buildout you can use this simple buildout recipe:

    [buildout]
    parts = instance
    extends = http://dist.plone.org/release/3.2rc1/versions.cfg
    versions = versions
    
    [zope2]
    recipe = plone.recipe.zope2install
    url = http://www.zope.org/Products/Zope/2.10.6/Zope-2.10.6-fina...
    fake-zope-eggs = true
    additional-fake-eggs =
        ZConfig
        pytz
    
    [instance]
    recipe = plone.recipe.zope2instance
    zope2-location = ${zope2:location}
    user = admin:admin
    eggs =
        Plone

This assume that you have PIL already installed. If you do not have PIL
installed you will need to add this line to the [buildout] section:

    find-links = http://dist.plone.org/release/3.2rc1

and add PIL to the eggs list in the instance section.

Regards,
Wichert.

-- 
Wichert Akkerman <wichert@wiggy.net>    It is simple to make things.
http://www.wiggy.net/                   It is hard to make things simple.




to post comments


Copyright © 2008, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds