aplia / ezoe
eZ Online Editor
Installs: 1 699
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Language:JavaScript
Type:ezpublish-legacy-extension
pkg:composer/aplia/ezoe
Requires
- php: >=5.3
- composer/composer: >=1.0
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
-
Checkout
ezpublish-legacygit clone https://github.com/ezsystems/ezpublish-legacy -
Checkout Aplia eZOE
git clone git@github.com:Aplia/ezoe.git aplia-ezoe -
Enter Aplia eZOE
cd aplia-ezoe -
Remove everything except
.git,README.mdandcomposer.jsonls | grep -v '.git' | grep -v 'README.md' | grep -v 'composer.json' | xargs rm -R -
Copy updated code from
ezpublish-legacycp -R ../ezpublish-legacy/extension/ezoe/ . -
Review and add changes
git add . -
Push code and add new release