Installing the CMFFSContent Product To install the software, you should do something like:: $ cp CMFFSContent-xyz.tgz /lib/python/Products $ cd /lib/python/Products $ tar zxvf CMFFSContent-xyz.tgz Windows users can use WinZip or similar, it can handle tarred gzip files. Make sure to move the extracted CMFFSContent folder to your Zope installation's lib/python/Products-folder. After physically installing the files you need to restart Zope and then use CMFSetup to activate the new functionality in your CMF site. How to do this depends on your situation: *Creating a new portal* When you create a new CMF Site you can activate CMFFSContent by checking the CMFFSContent checkbox after selecting 'Configured CMF Site' from the Add List dropdown in the ZMI. *Reusing an existing portal* To activate CMFFSContent in an existing CMF site you need to visit the portal_setup tool at the root of your CMF site from the ZMI. On the 'Properties' tab, select 'CMFFSContent' in the 'Active site configuration' dropdown list. Then visit the 'Import' tab and click on 'Import all steps' at the bottom. See README.txt for any other dependencies and requirements.