Global navigation

   Documentation Center
   eZ Studio & eZ Platform
     User Manual
     Technical Manual
     Glossary
   eZ Publish 4.x / legacy

 
eZ Publish (5.x)

eZ Publish 5.x | For eZ Platform & eZ Studio topics see Technical manual and User manual, for eZ Publish 4.x and Legacy topics see eZ Publish legacy

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Updating Zetacomponents

As of eZ Publish 5.2, if you will use eZ Publish on legacy mode the Zetacomponents configuration must be updated.
For that you will need to install composer, which you can do by running one of the following command from you eZ Publish root folder:

If you have curl installed:

Code Block
curl -sS https://getcomposer.org/installer | php

If you don't have curl installed:

Code Block
php -r "eval('?>'.file_get_contents('https://getcomposer.org/installer'));"

After composer installed run the following command from the the ezpublish_legacy/ folder folder:

Code Block
php composer.phar install

 

...