Skip to content

Commit

Permalink
Minor updates to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Rocket Web authored Jan 10, 2024
1 parent 6f9d3e7 commit 5dc5d4d
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,27 @@
# CMS Import/Export Tool
A tool to manage CMS content (both blocks & pages) being imported/exported between environments using the repository. This tool comes handy for build and maintenance projects.

## Installation
Using composer:
```
composer2 require rocketweb/module-cms-import-export
```

Once the tool is installed, we have two workflows, depending on what we are trying to do.

> Ideas for using this:
> - allowing FED team to create a CMS block/page in admin but then modify the HTML content using proper IDEs that allow auto-complete & code-styling
> - allowing simpler deployments since there is no manual copy/paste of CMS data needed
> - allowing the client to modify staging content and having it ready for deployment
> - having an easy way to sync up production env to staging/dev/local by exporting on production and importing on
staging/dev/local

## Installation
Using composer:
```
composer require rocketweb/module-cms-import-export
```

Then enable module:
```
bin/magento module:enable RocketWeb_CmsImportExport
```


Once the tool is installed, we have two workflows, depending on what we are trying to do.

## Export

Usage:
Expand Down

0 comments on commit 5dc5d4d

Please sign in to comment.