Caution: This documentation is for eZ Publish legacy, from version 3.x to 6.x.
For 5.x documentation covering Platform see eZ Documentation Center, for difference between legacy and Platform see 5.x Architecture overview.

Installation

eZ Image Editor will be bundled into the eZ Publish 4.4 package, so by default it will then be enabled after installing eZ Publish.

To install eZ Image Editor separately, for instance when using a previous version of eZ Publish, download the eZ Image Editor extension file from http://ez.no/download and then follow the steps below to install the eZ Image Editor.

  • Unpack the downloaded eZ Image Editor package into the "extension" directory of your eZ Publish installation. This will create a folder called "extension/ezie".
  • Activate the extension by using the admin interface by selecting "Setup" - "Extensions", or by prepending ezie to "ActiveExtensions[]=ezie" to the [ExtensionSettings] block of your settings/override/site.ini.append.php file, like this:

    [ExtensionSettings]
    (...)
    ActiveExtensions[]=ezie
    
  • Regenerate autoload array from the administrator interface. In the "Setup" tab, click on the "Extensions" link in the menu on the left. In the list displayed check the box next to "ezie" and press the "Regenerate autoload arrays for extensions" button. Regenerating the autoloads can also be done from the command line, but check the eZ Publish documentation for more information on how to do this on your system.
  • Next clear the INI and template caches. This can be done either from the "Setup" tab in the administrator interface, by clicking on the Cache Management link in the menu on the left. Or if you prefer to use the commandline, run the following:

    $php bin/php/ezcache.php --clear-id=template-override
    

The eZ Image Editor is now ready for use.

Geir Arne Waaler (19/04/2010 9:44 am)

Geir Arne Waaler (07/09/2010 1:43 pm)

Geir Arne Waaler, Ester Heylen


Comments

There are no comments.