{"id":20509089,"url":"https://github.com/shinesolutions/aem-helloworld-config","last_synced_at":"2025-03-05T22:21:44.286Z","repository":{"id":38341726,"uuid":"160585201","full_name":"shinesolutions/aem-helloworld-config","owner":"shinesolutions","description":"Example AEM Hello World configuration","archived":false,"fork":false,"pushed_at":"2024-05-17T05:37:19.000Z","size":908,"stargazers_count":2,"open_issues_count":5,"forks_count":10,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-01-16T08:28:33.213Z","etag":null,"topics":["aem","aem-opencloud","config","example"],"latest_commit_sha":null,"homepage":"","language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shinesolutions.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-12-05T22:13:02.000Z","updated_at":"2024-05-17T05:37:23.000Z","dependencies_parsed_at":"2023-10-11T18:00:51.197Z","dependency_job_id":"c9ce1bbc-aeb0-4845-a7ee-e408d74f5a29","html_url":"https://github.com/shinesolutions/aem-helloworld-config","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shinesolutions%2Faem-helloworld-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shinesolutions%2Faem-helloworld-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shinesolutions%2Faem-helloworld-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shinesolutions%2Faem-helloworld-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shinesolutions","download_url":"https://codeload.github.com/shinesolutions/aem-helloworld-config/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242112151,"owners_count":20073539,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aem","aem-opencloud","config","example"],"created_at":"2024-11-15T20:22:26.072Z","updated_at":"2025-03-05T22:21:44.262Z","avatar_url":"https://github.com/shinesolutions.png","language":"Makefile","readme":"[![Build Status](https://github.com/shinesolutions/aem-helloworld-config/workflows/CI/badge.svg)](https://github.com/shinesolutions/aem-helloworld-config/actions?query=workflow%3ACI)\n\nAEM Hello World Config\n----------------------\n\nAEM Hello World Config is an example configuration for [Packer AEM](https://github.com/shinesolutions/packer-aem), [AEM AWS Stack Builder](https://github.com/shinesolutions/aem-aws-stack-builder), [AEM Stack Manager Messenger](https://github.com/shinesolutions/aem-stack-manager-messenger), and [AEM Test Suite](https://github.com/shinesolutions/aem-test-suite). These configuration files are consumed by those repos via `deps-test` or `deps-test-local` Makefile targets.\n\nAEM Hello World Config is part of [AEM OpenCloud](https://aemopencloud.io) platform.\n\nUsage\n-----\n\nTo generate Packer AEM configurations:\n\n    make gen-packer-aem\n\nThe configuration files will be generated at `packer-aem/\u003cplatform_type\u003e-\u003cos_type\u003e-\u003caem_version\u003e/` .\n\nThe permutation of Packer AEM configurations are generated from the source `packer-aem/src/` .\n\nTo generate AEM AWS Stack Builder configurations:\n\n    make gen-aem-aws-stack-builder\n\nThe configuration files will be generated at `aem-aws-stack-builder/\u003cos_type\u003e-\u003caem_version\u003e/` .\n\nThe permutation of AEM AWS Stack Builder configurations are generated from the source `aem-aws-stack-builder/src/` .\n\nTo update the AMI IDs with the latest AMIs:\n\n    make gen-aem-aws-stack-builder-ami-ids\n\nThis will update the `aem-aws-stack-builder/src/apps/aem/*-stack-builder-ami-ids.yaml` files with the latest AMI IDs for the configured OSes and AEM versions.\n\nLocal configuration\n-------------------\n\nIf you want to specify a local configuration that wouldn't be pushed to origin, you can create a file named `zzz-local.yaml` and place it on any configuration path. Some use cases for local configuration is for creating an AEM environment with your own EC2 keypair, or for creating an AEM environment with your own AMI IDs.\n\nFor example, if you want to create an AEM consolidated environment with RHEL7 and AEM 6.4 and you want to be able to SSH into the EC2 instances. Create the file `aem-aws-stack-builder/aem-consolidated-rhel7-aem64/zzz-local.yaml` with content:\n\n    ---\n    compute:\n      key_pair_name: \u003cyour_ec2_keypair\u003e\n\nIf you want to use your own AMI IDs:\n\n    ---\n    ami_ids:\n      author: \u003cyour_author_ami_id\u003e\n      author_dispatcher: \u003cyour_author_dispatcher_ami_id\u003e\n      author_publish_dispatcher: \u003cyour_author_publish_dispatcher_ami_id\u003e\n      chaos_monkey: \u003cyour_chaos_monkey_ami_id\u003e\n      orchestrator: \u003cyour_orchestrator_ami_id\u003e\n      publish: \u003cyour_publish_ami_id\u003e\n      publish_dispatcher: \u003cyour_publish_dispatcher_ami_id\u003e\n\nNaming convention\n-----------------\n\n| Directory | Description |\n|-----------|-------------|\n| `packer-aem/` | Contains [Packer AEM configurations](https://github.com/shinesolutions/packer-aem/blob/master/docs/configuration.md). [Example](https://github.com/shinesolutions/aem-helloworld-config/tree/master/packer-aem/src) |\n| `packer-aem/src/` | Contains common Packer AEM YAML configuration files. [Example](https://github.com/shinesolutions/aem-helloworld-config/tree/master/packer-aem/src) |\n| `packer-aem/aws-resources-\u003cprofile\u003e/` | Contains YAML configuration files for a given Packer AEM AWS resources profile. The directory should be named with `aws-resources-` prefix, e.g. `aws-resources-sandpit`. This directory should contain files copied from `packer-aem/src/` which are relevant for AWS resources profile. [Example](https://github.com/shinesolutions/aem-helloworld-config/tree/master/packer-aem/aws-resources-sandpit) |\n| `packer-aem/\u003cplatform_type\u003e-\u003cprofile\u003e/` | Contains YAML configuration files for a given Packer AEM profile for platform type (e.g. `aws`). The directory should be named with `aws-` prefix, e.g. `aws-rhel7-aem64`, `aws-amazon-linux2-aem64`. This directory should contain files copied from `packer-aem/src/` which are relevant for the profile. [Example](https://github.com/shinesolutions/aem-helloworld-config/tree/master/packer-aem/aws-rhel7-aem64) |\n| `aem-aws-stack-builder/` | Contains [AEM AWS Stack Builder configurations](https://github.com/shinesolutions/aem-aws-stack-builder/blob/master/docs/configuration.md). [Example](https://github.com/shinesolutions/aem-helloworld-config/tree/master/aem-aws-stack-builder) |\n| `aem-aws-stack-builder/src/` | Contains common AEM AWS Stack Builder configuration files. [Example](https://github.com/shinesolutions/aem-helloworld-config/tree/master/aem-aws-stack-builder/src) |\n| `aem-aws-stack-builder/aem-full-set-\u003cprofile\u003e/` | Contains YAML configuration files for a given AEM Full-Set profile. The directory should be named with `aem-full-set-` prefix, e.g. `aem-full-set-rhel7-aem64-dev`, `aem-full-set-amazon-linux2-aem64-prod`. This directory should contain files copied from `aem-aws-stack-builder/src/` which are relevant for the profile. [Example](https://github.com/shinesolutions/aem-helloworld-config/tree/master/aem-aws-stack-builder/aem-full-set-rhel7-aem64) |\n| `aem-aws-stack-builder/aem-consolidated-\u003cprofile\u003e/` | Contains YAML configuration files for a given AEM Consolidated profile. The directory should be named with `aem-consolidated-` prefix, e.g. `aem-consolidated-rhel7-aem64-dev`, `aem-consolidated-amazon-linux2-aem64-prod`. This directory should contain files copied from `aem-aws-stack-builder/src/` which are relevant for the profile. [Example](https://github.com/shinesolutions/aem-helloworld-config/tree/master/aem-aws-stack-builder/aem-consolidated-rhel7-aem64) |\n| `aem-aws-stack-builder/aem-stack-manager-\u003cprofile\u003e/` | Contains YAML configuration files for a given AEM Stack Manager profile. The directory should be named with `aem-stack-manager-` prefix, e.g. `aem-stack-manager-dev`, `aem-stack-manager-prod`. This directory should contain files copied from `aem-aws-stack-builder/src/` which are relevant for the profile. [Example](https://github.com/shinesolutions/aem-helloworld-config/tree/master/aem-aws-stack-builder/aem-stack-manager-sandpit) |\n| `aem-stack-manager-messenger/` | Contains [AEM Stack Manager Messenger configurations](https://github.com/shinesolutions/aem-stack-manager-messenger/blob/master/docs/configuration.md). [Example](https://github.com/shinesolutions/aem-helloworld-config/tree/master/aem-stack-manager-messenger) |\n| `aem-stack-manager-messenger/\u003cprofile\u003e` | Contains YAML configuration files for a given AEM Stack Manager profile. A profile could be named anything descriptive, e.g. `sandpit`, `prod`. [Example](https://github.com/shinesolutions/aem-helloworld-config/tree/master/aem-stack-manager-messenger/sandpit) |\n| `aem-test-suite/` | Contains [AEM Test Suite configurations](https://github.com/shinesolutions/aem-test-suite/blob/master/docs/configuration.md). [Example](https://github.com/shinesolutions/aem-helloworld-config/tree/master/aem-test-suite) |\n| `aem-test-suite/\u003cprofile\u003e` | Contains YAML configuration files for a given AEM Test Suite profile. A profile could be named anything descriptive, e.g. `sandpit`, `dev`, `test`, `prod`. [Example](https://github.com/shinesolutions/aem-helloworld-config/tree/master/aem-test-suite/sandpit) |\n| `aem-opencloud-manager/` | Contains [AEM OpenCloud Manager configurations](https://github.com/shinesolutions/aem-opencloud-manager/blob/master/docs/configuration.md). [Example](https://github.com/shinesolutions/aem-helloworld-config/tree/master/aem-opencloud-manager/) |\n| `aem-opencloud-manager/\u003cprofile\u003e` | Contains YAML configuration files for a given AEM OpenCloud Manager profile. A profile could be named anything descriptive, e.g. `sandpit`, `dev`, `test`, `prod`. [Example](https://github.com/shinesolutions/aem-helloworld-config/tree/master/aem-opencloud-manager/sandpit) |\n\nThe directories under `aem-aws-stack-builder` must be prefixed with either one of `aem-consolidated-`, `aem-full-set-`, or `aem-stack-manager-`.\n\nThe prefix will then be used to identify the profiles drop down list on [AEM OpenCloud Manager](https://github.com/shinesolutions/aem-opencloud-manager) . Please note that this feature is not yet completed as AEM OpenCloud Manager is still being developed.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshinesolutions%2Faem-helloworld-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshinesolutions%2Faem-helloworld-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshinesolutions%2Faem-helloworld-config/lists"}