Plone 3.2rc1 released

1 message Options
Embed this post
Permalink
Announce mailing list () Plone 3.2rc1 released
Reply Threaded More More options
Print post
Permalink
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-final.tgz
    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 <[hidden email]>    It is simple to make things.
http://www.wiggy.net/                   It is hard to make things simple.

------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Plone-Announce mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/plone-announce