ezpublish-legacy-extension ezoe
eZ Online Editor
aplia/ezoe
eZ Online Editor
- Friday, December 15, 2017
- by aplia
- Repository
- 1 Watchers
- 0 Stars
- 130 Installations
- JavaScript
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 53 % Grown
Aplia eZOE (fork of eZ Online Editor)
What is Aplia eZOE ?
Aplia eZOE is a fork of eZOE extension which is bundled inside the eZ Publish legacy repository., (*1)
How to merge with eZOE
-
Checkout ezpublish-legacy
, (*2)
git clone https://github.com/ezsystems/ezpublish-legacy
, (*3)
-
Checkout Aplia eZOE, (*4)
git clone git@github.com:Aplia/ezoe.git aplia-ezoe
, (*5)
-
Enter Aplia eZOE, (*6)
cd aplia-ezoe
, (*7)
-
Remove everything except .git
, README.md
and composer.json
, (*8)
ls | grep -v '.git' | grep -v 'README.md' | grep -v 'composer.json' | xargs rm -R
, (*9)
-
Copy updated code from ezpublish-legacy
, (*10)
cp -R ../ezpublish-legacy/extension/ezoe/ .
, (*11)
-
Review and add changes, (*12)
git add .
, (*13)
-
Push code and add new release, (*14)