Home > iqbio-buildout

iqbio-buildout

Iqbio-buildout is a project mainly written in Python, it's free.

A buildout for the PASurvey tool

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

Welcome to your Plone installation

Starting Zope/Plone

Before you start Plone, you should review the settings in:

/web/cu/iqbio/iqbio-buildout/buildout.cfg

Adjust the ports Plone uses before starting the site, if necessary, and run /web/cu/iqbio/iqbio-buildout/bin/buildout to apply settings.

To start Plone, issue the following command in a terminal window:

 /web/cu/iqbio/iqbio-buildout/bin/plonectl start

To stop Plone, issue the following command in a terminal window:

 /web/cu/iqbio/iqbio-buildout/bin/plonectl stop

Quick operating instructions

After starting, you should be able to view the welcome page at::

http://localhost:20111/

That page offer an options to create a new Plone site and to use the lower-level Zope Management Interface (ZMI).

Use the admin password provided at:

/web/cu/iqbio/iqbio-buildout/adminPassword.txt

(If you used a GUI installer, you were asked for a password, and this file is not created.)

To change the admin password, click the "Password" link for the admin user at:

http://localhost:20111/acl_users/users/manage_users

Password changes will not be reflected in adminPassword.txt.

Updating After Installation

Always back up your installation before customizing or updating.

Customizing the installation

You may control most aspects of your installation, including changing ports and adding new packages and products by editing the buildout.cfg file in your instance home at /web/cu/iqbio/iqbio-buildout.

See Martin Aspelli's excellent tutorial Managing projects with zc.buildout" for information on buildout options.

Apply settings by running " bin/buildout" in your instance directory.

Updating the installation

To update your installation components, stop Plone, backup, edit your buildout.cfg file and run:

 bin/buildout

from your instance directory.

Check portal_migration in the ZMI after update to perform version migration if necessary. You may also need to visit the product installer to update product versions.