Changeset 1325 in products
- Timestamp:
- Oct 6, 2009 2:05:00 PM (17 years ago)
- Location:
- quintagroup.portletmanager.footer/trunk
- Files:
-
- 1 added
- 1 edited
-
MANIFEST.in (added)
-
docs/INSTALL.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
quintagroup.portletmanager.footer/trunk/docs/INSTALL.txt
r1321 r1325 5 5 using a traditional Zope 2 instance, you can do this: 6 6 7 * Copy ``quintagroup`` folder to the ``/path/to/instance/lib/python`` directory.7 * Copy ``quintagroup`` folder to the ``/path/to/instance/lib/python`` directory. 8 8 9 * Create a file called ``quintagroup.portletmanager.footer-configure.zcml`` in the9 * Create a file called ``quintagroup.portletmanager.footer-configure.zcml`` in the 10 10 ``/path/to/instance/etc/package-includes`` directory. The file 11 11 should only contain this:: … … 13 13 <include package="quintagroup.portletmanager.footer" /> 14 14 15 * Restart the Zope server, for example, with the following command in the terminal::15 * Restart the Zope server, for example, with the following command in the terminal:: 16 16 17 17 $ ./bin/zopectl restart 18 18 19 * Install this products with QuickInstaller in Plone19 * Install this products with QuickInstaller in Plone 20 20 21 21 Alternatively, if you are using zc.buildout and the plone.recipe.zope2instance 22 22 recipe to manage your project, you can do this: 23 23 24 * Add ``quintagroup.portletmanager.footer`` to the list of eggs to install, e.g.::24 * Add ``quintagroup.portletmanager.footer`` to the list of eggs to install, e.g.:: 25 25 26 26 [buildout] … … 30 30 quintagroup.portletmanager.footer 31 31 32 * Tell the plone.recipe.zope2instance recipe to install a ZCML slug::32 * Tell the plone.recipe.zope2instance recipe to install a ZCML slug:: 33 33 34 34 [instance] … … 38 38 quintagroup.portletmanager.footer 39 39 40 * Re-run buildout, e.g. with::40 * Re-run buildout, e.g. with:: 41 41 42 42 $ ./bin/buildout 43 43 44 * Restart the Zope server, for example, with the following command in the terminal::44 * Restart the Zope server, for example, with the following command in the terminal:: 45 45 46 46 $ ./bin/instance restart 47 47 48 * Install this products with QuickInstaller in Plone48 * Install this products with QuickInstaller in Plone 49 49
Note: See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/trac/chrome/common/qtrac_logo.png)