You are here: Home Blog Installing plone 3 using paster
Follow us on Twitter
Injecting Plone variables into javascript:   Step 1: Create a class to output the javascript I created a file in s... http://bit.ly/bjzIzb Jun 22, 2010 10:32 AM
@natea Thx. I'm sitting, writing a presentation for Generic Setup. Your Plone 4 summary is way useful! Apr 27, 2010 09:49 PM
Reminder: Tomorrow is Colorado World Plone Day at the NREL Visitor Center , Golden, CO. http://bit.ly/9611lt #plone #worldploneday #wpd2010 Apr 27, 2010 02:50 PM
@worldploneday: Colorado World Plone Day: This year's Colorado World Plone Day event will be held... http://bit.ly/dinZZn #plone #wpd2010 Apr 19, 2010 04:24 PM
Colorado World Plone Day - 2010: This year's Colorado World Plone Day event will be held at the National Renewable... http://bit.ly/dinZZn Apr 19, 2010 01:55 PM
 

Installing plone 3 using paster

by Mike Cullerton — last modified Sep 10, 2009 05:30 PM
Filed Under:

A short how-to for installing plone 3 using paster

We build most of our sites using paster (versus using the Unified Installer). Here are some simple notes we had for doing that (more information on using paster with plone can be found in the Plone documentation):

This how-to assumes you have ZopeSkel installed.

  • Create a directory to house the plone installation.
mkdir /path/to/plone/install/directory
  • Use paster to install buildout files.
paster create -t plone3_buildout /path/to/plone/install/directory
  • Change your working directory to the new zope install.
cd /path/to/zope/install/directory
  • Bootstrap the system.
python bootstrap.py
  • Run buildout.
./bin/buildout
  • That's it.  Now, just start zope/plone.
./bin/instance start
  • Or run in it the foreground (and in debug mode).
./bin/instance fg
Document Actions
Add comment

You can add a comment by filling out the form below. Plain text formatting.

(Required)
Tell us your name.
(Required)
Enter your e-mail address.
(Required)
(Required)
(Required)
Enter the word
 
 
Copyright © 2003-2009 Core Software Group | 303/809-1001 | Fort Collins, Colorado | All rights reserved.