Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install products.ploneorg

How to install Products.PloneOrg

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install products.ploneorg
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
1.4 Available View build log
Windows (64-bit)
1.4 Available View build log
Mac OS X (10.5+)
1.4 Available View build log
Linux (32-bit)
1.4 Available View build log
Linux (64-bit)
1.4 Available View build log
 
License
GPL
Lastest release
version 1.4 on May 14th, 2011

Introduction

This is the plone.org site package and corresponding buildout. It is used to power http://plone.org. It is also a great buildut for working on developing Plone.org centric products such as PloneSoftwareCenter, PloneHelpCenter, and PloneServicesCenter.

The current supported version of Plone is: 4.1.x.

Production

The default buildout setup is for setting up a production environment, including Plone and nginx running under supervisor. (This won't be functional without extra work, as other parts of the plone.org stack such as the load balancer are not currently in the buildout.) Run buildout as normal:

$ python2.6 bootstrap.py
$ bin/buildout
$ sudo bin/supervisord
Development

To build plone.org for development, comment out the line in buildout.cfg that says 'conf/production.cfg' and uncomment 'conf/develop.cfg'. Then proceed as normal:

$ python2.6 bootstrap.py
$ bin/buildout
$ bin/instance fg

This will get you an unthemed copy of the site. If you want to work on the theme, you can build Plone + nginx by modifying buildout.cfg to use conf/develop_theme.cfg, and then run:

$ python2.6 bootstrap.py
$ bin/buildout
$ bin/instance fg
$ parts/nginx/sbin/nginx -c ../../etc/nginx.conf

The unthemed site is at http://localhost:8080. Go there and add a Plone site with the id 'plone.org'. The themed site is at http://localhost:5021/.

NOTE: Due to circumstances around testing the PloneOrg module, there are 2 directories with svn info. The source for Products.PloneOrg is in the 'src' directory and the rest of the checked out packages are in 'sources'. If you can't find a checkout, double check BOTH directories.

Database

To get the latest databases from plone.org, you just need to run the get_data shell script. It assumes rsync is in your path:

$ ./conf/get_data

(This requires shell access to plone.org.)

Changelog

1.4 - May 13, 2011
  • Clean up and release [aclark]
1.3 - Feb 10, 2011
  • Fix the team template portlet rendering. [rossp]
  • Rework buildouts, developer docs [davisagli, eleddy]
1.2 - Dec 8, 2009
1.1 - Dec 3, 2009
  • Fix broken jquery-ui-accordion.js
1.0 - Nov 23, 2009
  • Initial release [aclark]

Subscribe to package updates

Last updated May 14th, 2011

Download Stats

Last month:1

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.