aplia/ezoe

eZ Online Editor

Installs: 1 680

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 5

Forks: 0

Open Issues: 0

Language:JavaScript

Type:ezpublish-legacy-extension

v5.4.5 2021-03-24 15:00 UTC

This package is auto-updated.

Last update: 2024-04-24 21:17:17 UTC


README

What is Aplia eZOE ?

Aplia eZOE is a fork of eZOE extension which is bundled inside the eZ Publish legacy repository.

How to merge with eZOE

  1. Checkout ezpublish-legacy

    git clone https://github.com/ezsystems/ezpublish-legacy

  2. Checkout Aplia eZOE

    git clone git@github.com:Aplia/ezoe.git aplia-ezoe

  3. Enter Aplia eZOE

    cd aplia-ezoe

  4. Remove everything except .git, README.md and composer.json

    ls | grep -v '.git' | grep -v 'README.md' | grep -v 'composer.json' | xargs rm -R

  5. Copy updated code from ezpublish-legacy

    cp -R ../ezpublish-legacy/extension/ezoe/ .

  6. Review and add changes

    git add .

  7. Push code and add new release