genericsetup.quickinstaller 0.2
Import step to install products (without profile) in QuickInstaller
Overview
Generic setup import step that installs products in portal_quickinstaller. This is useful if you depend on a product that does not have a generic setup profile.
In that case, you can create a file products.xml
<?xml version="1.0"?>
<products>
<installs>
<product name="FCKeditor" />
</installs>
</products>
This will install FCKeditor product.
Changelog
0.2 (2011-05-02)
- Added svn ignore settings [spereverde]
- Removed deprecation warning [spereverde]
0.1 (2009-03-12)
- Added import step [gotcha]
- Created recipe with ZopeSkel [gotcha]
Contributors
- Godefroid Chapelle for K.U.Leuven ICTS
- WMS team - K.U.Leuven ICTS
Download
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| genericsetup.quickinstaller-0.2.zip (md5) | Source | 2011-05-02 | 18KB | 300 | |
- Author: KULeuven ICTS
- Home Page: http://svn.plone.org/svn/collective/genericsetup.quickinstaller
- License: GPL
- Categories
- Package Index Owner: gotcha, spereverde
- Package Index Maintainer: spereverde
- DOAP record: genericsetup.quickinstaller-0.2.xml
