Skip to content

Commit 5dc5d4d

Browse files
author
Rocket Web
authored
Minor updates to README.md
1 parent 6f9d3e7 commit 5dc5d4d

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

README.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,27 @@
11
# CMS Import/Export Tool
22
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.
33

4-
## Installation
5-
Using composer:
6-
```
7-
composer2 require rocketweb/module-cms-import-export
8-
```
9-
10-
Once the tool is installed, we have two workflows, depending on what we are trying to do.
11-
124
> Ideas for using this:
135
> - 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
146
> - allowing simpler deployments since there is no manual copy/paste of CMS data needed
157
> - allowing the client to modify staging content and having it ready for deployment
168
> - having an easy way to sync up production env to staging/dev/local by exporting on production and importing on
179
staging/dev/local
1810

11+
## Installation
12+
Using composer:
13+
```
14+
composer require rocketweb/module-cms-import-export
15+
```
16+
17+
Then enable module:
18+
```
19+
bin/magento module:enable RocketWeb_CmsImportExport
20+
```
21+
22+
23+
Once the tool is installed, we have two workflows, depending on what we are trying to do.
24+
1925
## Export
2026

2127
Usage:

0 commit comments

Comments
 (0)