summaryrefslogtreecommitdiff
path: root/www/zope-cmfformcontroller/pkg-message
diff options
context:
space:
mode:
Diffstat (limited to 'www/zope-cmfformcontroller/pkg-message')
-rw-r--r--www/zope-cmfformcontroller/pkg-message20
1 files changed, 20 insertions, 0 deletions
diff --git a/www/zope-cmfformcontroller/pkg-message b/www/zope-cmfformcontroller/pkg-message
new file mode 100644
index 000000000000..4abdce86d626
--- /dev/null
+++ b/www/zope-cmfformcontroller/pkg-message
@@ -0,0 +1,20 @@
+To complete the installation of CMFFormController:
+
+- Restart Zope. This may be done from the Zope Control Panel.
+
+With CMFQuickInstaller (optional)
+
+- Use the QuickInstaller tool to register CMFFormController in your portal
+ instance
+
+Without CMFQuickInstaller
+
+ - Create an ExternalMethod object inside your portal object with the
+ following data:
+
+ Id: install_CMFFormController
+ Title: installs CMFFormController to this portal
+ Module Name: CMFFormController.Install
+ Function Name: install
+
+ - Run this newly created ExternalMethod by clicking on the test tab.