Install Plomino
How to install Plomino in your Plone site.
Prerequisites
Plomino is a Plone products, so to install Plomino, you first need to install Plone : go to plone.org, download Plone and follow the instructions.
Add Plomino egg
To add the Plomino product, you need to edit your buildout.cfg and add Plomino in the eggs list:
eggs =
...
Products.CMFPlomino
Then you have to run your buildout:
bin/buildout -N
It will download the latest Plomino version from the pypi.python.org repository and deploy it in your Zope instance.
Now you can restart your Zope instance and in your Plone site, go to Site setup / Add-on products.
Here you should see Plomino in the list of installable products, select it and click Install.
Once done, Plomino is installed, so when you are in a folder, you can add a new Plomino database uisng the Plone "Add new..." menu.
Plone 3 installation
If you install Plomino on Plone 3, you need to pin the collective.js.jqueryui version in your buildout:
[versions]
collective.js.jqueryui = 1.7.3.1

