Message-ID: <231451673.4184.1485859097758.JavaMail.confluence@ip-10-127-227-164> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_4183_1013097440.1485859097758" ------=_Part_4183_1013097440.1485859097758 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html Installing eZ Marketing Automation

Installing eZ Marketing Automation

Follow the steps below in order to install the eZ Marketing Auto= mation extension:

1. Copy the "ezma" folder into ezpublish_legacy/extension/ inside your eZ Publish = directory.
2. Activate the ezma extens= ion

In the eZ Publish administration interfac= e go to 'Setup' then choose 'Extensions' from left menu.
On the extensio= n list select 'ezma' and click 'Apply Changes' button or edit settings/over= ride/site.ini.append.php file and add "ActiveExtensions[]=3Dezma" entry und= er "ExtensionSettings" section:

=20
[ExtensionSettings]
[...]
ActiveExtensions[]=3Dezma
=20

3. Regenerate autoloads

In the eZ Publish administration interfac= e go to "Setup" then choose "Extensions" from left menu.

On the extension list select "ezma" and c= lick the "Regenerate autoload arrays for extensions" button, or execute the= following command from eZ Publish "ezpublish_legacy/" directory.

=20
$ php bin/php/ezpgenerateautoloads.php -e
=20

4. Setup front controller

   4.1. Copy or symlink index_ezma.php from this extension to the "ezpublish_legacy/" folder of eZ Publish (nex= t to index.php)

   4.2. Add the following rewrite rule:

=20
RewriteRule ezma/widget.* index_ezma.php
RewriteRule ^index_ezma\.php - [L]
=20
=20
RewriteRule ^/([^/]+/)?ezma/widget.* /index_ezma\.php [L]
=20
------=_Part_4183_1013097440.1485859097758--