Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 499 Bytes

how-to-install.md

File metadata and controls

14 lines (10 loc) · 499 Bytes

Installation

This project is delivered in two ways:

  1. As npm package from npmjs.com
  • install NodeJS
  • npm install aem-cli -g - to install AEM CLI globally
  • aem --help - to verify installation
  1. As Docker image with pre-installed AEM CLI from Docker hub
  • install Docker
  • use FROM vhonchar/aem-cli in your Dockerfile

Actually, Docker way does the same things as the first option of installation.