Package: collective - CMFForumNG
a test of SfIndex product
Sourceforge Info
| Project Name: | collective |
| Package Name: | CMFForumNG |
| Files Page: | |
| Browse CVS: | http://cvs.sourceforge.net/viewcvs.py/collective/CMFForumNG/ |
Package README (CVS ver. 1.1)
CMFForumNG README
All UI work based on fcForum http://www.genixsys.com/forum_dev/index_html
Prerequisites:
Zope 2.6+ (www.zope.org)
CMF 1.3.1+ (cmf.zope.org)
Plone 1.0.5+ (www.plone.org)
ArcheTypes 1.0.1 (http://sourceforge.net/projects/archetypes/)
Install
- Uncompress the CMFForumNG product into your zope/Products
directory or link it there, e.g.::
ln -s /path/to/installation /path/to/zope/Products
- In the root of your PloneSite installation (within the ZMI), add an
external method to the root of the Plone Site, with the following
configuration values:
o id: install_forumng
o title (optional): Install ForumNG
o module name: CMFForumNG.Install
o function name: install
Go to the management screen for the newly added external method and
click the 'Test' tab.
The install function will execute and give information about the
steps it took to register and install the ForumNG into the Plone
Site instance.