Bika Wine 1.0
Up to Product page
Available downloads
-
Download
Bika Wine 1.0
for
all platforms
(179 kB)
- Product Package
-
Download
Bika Wine 1.0
for
all platforms
(4.5 MB)
- Product Bundle
For additional information about this project, please visit the
project page.
Release Notes
| Tested with | Plone 2.0.5, Archetypes 1.3.2, Plone 2.0.4, Plone 2.0.3, Plone 2.0.2, Plone 2.0.1, Archetypes 1.3.1 |
|---|---|
| State | Final |
| License | GPL |
| Release Manager | Lemoene Smit |
Prerequisites:
- Zope 2.7.0+
- Plone 2+
- Archetypes 1.3.1+
- PortalTransport 1.1 (Please note that this release has an import bug when importing modules from its interfaces package. It's fixed in the BIKA products bundle)
- stripogram (required by PortalTransport)
- PloneAddressBook (Unreleased product that is part of the BIKA products bundle)
- ATExtensions 0.5 (BIKA is not compatible with version 0.6)
- ATReferenceBrowserWidget 0.2
All the above products are part of our BIKA products bundle.
Installation:
NOTE: To install BIKA, you need to be familiar with the Zope or Plone installation procedure. We hope to have graphical installers soon to simplify installation.
- Extract the BIKA tarball OR the whole BIKA products bundle inside the Products directory of your Zope instance.
- Before you start up your Zope instance, you need to setup the id
server. Copy the
start-id-servershell script from the BIKA products directory insidebika/scriptsto the root of your zope instance. If you are running BIKA on Windows, you should copystart-id-server.bat. - Modify the path to the Python binary inside the
start-id-servershell script and change to port if necessary. - Now edit the
zope.conffile in your Zope instance, and add anenvironmentsection for the ID Server:IDServerURL http://localhost:8081
- Start Zope and browse to the management interface.
- Select
Plone sitefrom theAdddropdown menu. - Specify the id of your BIKA instance and select
bikaasCustomisation policyat the bottom of the form.
After step 7 you should be automatically redirected to your new BIKA instance.
If you have any trouble with the above installation procedure, please join the BIKA users mailing list and report any problems you might have.
http://lists.sourceforge.net/lists/listinfo/bika-users
Change log
1.0.1
-----
- Updated 'skins/bika/date_components_support.py' with latest
version of script in Plone 2.0.5
- Modified access to transitions in workflow scripts, normal
attribute access seems to guarded since Zope 2.7.5.
- Added CHANGES.txt and README.txt
- Added windows batch script for ID server
(scripts/start-id-server.bat)