Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shinesolutions/aem-helloworld-author-dispatcher
Example AEM Hello World Author-Dispatcher artifact
https://github.com/shinesolutions/aem-helloworld-author-dispatcher
aem aem-opencloud dispatcher
Last synced: about 2 months ago
JSON representation
Example AEM Hello World Author-Dispatcher artifact
- Host: GitHub
- URL: https://github.com/shinesolutions/aem-helloworld-author-dispatcher
- Owner: shinesolutions
- License: apache-2.0
- Created: 2017-03-02T02:03:47.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-05-07T05:38:30.000Z (8 months ago)
- Last Synced: 2024-05-07T06:32:12.534Z (8 months ago)
- Topics: aem, aem-opencloud, dispatcher
- Language: Makefile
- Homepage:
- Size: 39.1 KB
- Stars: 1
- Watchers: 11
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://github.com/shinesolutions/aem-helloworld-author-dispatcher/workflows/CI/badge.svg)](https://github.com/shinesolutions/aem-helloworld-author-dispatcher/actions?query=workflow%3ACI)
# AEM Hello World Author-Dispatcher
This is an example AEM Hello World artifact that will be deployed to an AEM Author-Dispatcher instance.
This artifact contains:
* [Apache configuration template(s)](https://httpd.apache.org/docs/2.4/configuring.html) in `apache-conf-templates` directory
* [AEM Dispatcher configuration template(s)](https://docs.adobe.com/docs/en/dispatcher/disp-config.html) in `dispatcher-conf-templates` directoryTemplate files are written in [Embedded Puppet template syntax](https://docs.puppet.com/puppet/4.10/lang_template_epp.html).
Check out [Dispatcher Template Parameters](https://github.com/shinesolutions/puppet-aem-curator/blob/main/docs/dispatcher-template-parameters.md) for a list of available parameters to be used from EPP template files.
## Usage
To create artifact zip file:
```
make package
```The artifact will be written at `stage/aem-helloworld-author-dispatcher-.zip`