blob: d0fb3f69fc460dd9697fabc16db6448378275fdf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
To complete the installation of PloneLanguageTool:
- Restart Zope. This may be done from the Zope Control Panel.
With Plone (optional)
- Use Plone Setup, to install PloneLanguageTool product.
With CMFQuickInstaller (optional)
- Use the QuickInstaller tool to register PloneLanguageTool in your portal
instance
Without CMFQuickInstaller
- Create an ExternalMethod object inside your portal object with the
following data:
Id: install_PloneLanguageTool
Title: installs PloneLanguageTool to this portal
Module Name: PloneLanguageTool.Install
Function Name: install
- Run this newly created ExternalMethod by clicking on the test tab.
|