Watch and Sync local file system to AEM Server

ASSUMPTION:

You should have nodejs already installed on your local.

INSTALLATION:

Run the follow command to install AEM Sync

$ npm install aemsync -g

HOW TO RUN:

  1. cd into the directory which you want to sync with AEM Server. Generally, the apps directory of ui.apps module.
  2. Run the following command: 
$ aemsync

The above command will continuously watch for changes and sync the local file system to AEM server.

REFERENCE: https://www.npmjs.com/package/aemsync

Comments

No comments yet. Why don’t you start the discussion?

Leave a Reply

Your email address will not be published. Required fields are marked *