Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.05 KB

DEVELOPMENT.md

File metadata and controls

47 lines (31 loc) · 1.05 KB

Logo

AEM Compose - Ansible Collection - Development Guid

Development

Developer setup guide

  1. Install Ansible

    Mac:

    brew install ansible ansible-lint gnu-tar
    pip3 install https://github.com/mitogen-hq/mitogen/archive/refs/tags/v0.3.3.tar.gz
  2. Setup collection to be visible by Ansible

    sh setup.sh
  3. Configure IDE

    Intellij: Be sure to add Python SDK including global libraries as on screenshot below

    IntelliJ Python SDK

Developer testing guide

Simply run one of above commands:

sh test.sh
sh test.sh instance
sh test.sh instance minimal
sh test.sh instance minimal -vvv
sh test.sh instance extensive
sh test.sh instance extensive -vvv
sh test.sh instance config
sh test.sh instance config -vvv

See results:

Ansible Results