Extensions
These documentation pages are no longer maintained. Please visit the new documentation site.
Sample install of the extension "myextension"
- Copy myextension-[version].[subversion].tar.gz to folder 'extension' under root directory where you have installed eZ publish
- Go to folder 'extension' and run command:
tar -xzvf myextension-1.0.tar.gz
- You will find a set of unpacked file "configfilename".ini.append in directory extension/myextension/ to eZ publish main directory settings/override/. If you already have a "configfilename".ini.append in your override/ directory, add the lines out of your extension/myextension/"configfilename".ini.append to it. To make extension only work for one or more desired sites, you only need to add following line to file settings/siteaccess/"myaccess"/"configfilename".ini.append.
Comments