diff options
Diffstat (limited to 'www/zope-i18nlayer/pkg-message')
-rw-r--r-- | www/zope-i18nlayer/pkg-message | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/www/zope-i18nlayer/pkg-message b/www/zope-i18nlayer/pkg-message new file mode 100644 index 0000000..d3abfaa --- /dev/null +++ b/www/zope-i18nlayer/pkg-message @@ -0,0 +1,24 @@ +To complete the installation of I18NLayer: + +- Restart Zope. This may be done from the Zope Control Panel. + +With CMFQuickInstaller (optional) + +- Use the QuickInstaller tool to register I18NLayer in your portal + instance + +With Plone (optional) + +- Use Plone Setup, to install I18NLayer product. + +Without CMFQuickInstaller + + - Create an ExternalMethod object inside your portal object with the + following data: + + Id: install_I18NLayer + Title: installs I18NLayer to this portal + Module Name: I18NLayer.Install + Function Name: install + + - Run this newly created ExternalMethod by clicking on the test tab. |