blob: 79f081d2b904fa4228dc9a1e966f4e3a65c1b3db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
To complete the installation of CMFPhotoAlbum:
- Restart Zope. This may be done from the Zope Control Panel.
With CMFQuickInstaller (optional)
- Use the QuickInstaller tool to register CMFPhotoAlbum in your portal instance
Without CMFQuickInstaller
- Add and run an External Method with the following settings in your
CMF/Plone root using the Zope Management Interface (ZMI):
id: install_photoalbum
title: Install PhotoAlbum (optional)
module: CMFPhotoAlbum.Install
function: install
|