-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merged with ezsystems/ezpublish-legacy 2019.03.5
- Loading branch information
1 parent
9276ce8
commit a8a3c7e
Showing
4 changed files
with
32 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,33 @@ | ||
Aplia eZOE (fork of eZ Online Editor) | ||
======================================================= | ||
# Aplia eZOE (fork of eZ Online Editor) | ||
|
||
What is Aplia eZOE ? | ||
------------------- | ||
## 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 | ||
|
||
``` | ||
git clone https://github.com/ezsystems/ezpublish-legacy | ||
git clone [email protected]:Aplia/ezoe.git aplia-ezoe | ||
1. Checkout `ezpublish-legacy` | ||
|
||
cd aplia-ezoe | ||
Remove everything except .git, README.md and composer.json | ||
cp -R ../ezpublish-legacy/extension/ezoe/ . | ||
Review and add changes | ||
Push and release new version | ||
``` | ||
`git clone https://github.com/ezsystems/ezpublish-legacy` | ||
|
||
2. Checkout Aplia eZOE | ||
|
||
`git clone [email protected]: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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters