- Notifications
You must be signed in to change notification settings - Fork62
tacitknowledge/aem-cookbook
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This cookbook installs and configuresAdobe Experience Manager (AEM). (NOTE: CQ versions 5.4 and 5.5 should work as well -- CQ was renamed to AEM as of version 5.6). Included are recipes to install an author or publish instance as well as the dispatcher module for Apache HTTP server.
- CentOS
- AEM 6.0.0
- AEM 5.6.1
- AEM 5.6.0
- CQ 5.5.0
- Unattended installation of aem author, publish, and dispatcher nodes.
- Automatically search for and configure aem cluster members (dispatcher, author, publish) using chef searches.
- Configure replication agents using the replicator provider.
- Configure dispatcher farms with the farm provider.
- Deploy and remove aem packages with the package provider (recommended for development purposes only).
| Key | Type | Description | Default |
|---|---|---|---|
| ['aem']['version'] | String | AEM version | nil |
| ['aem']['download_url'] | String | URL to AEM jar file | nil |
| ['aem']['license_url'] | String | URL to AEM license file | nil |
| ['aem']['dispatcher']['mod_dispatcher_url'] | String | URL to AEM dispatcher (.tar.gz or .so) | nil |
| ['aem']['dispatcher']['version'] | String | dispatcher module version | nil |
Includeaem::author in your node'srun_list:
{"run_list": ["recipe[aem::author]" ]}Includeaem::publish in your node'srun_list:
{"run_list": ["recipe[aem::publish]" ]}Includeaem::dispatcher in your node'srun_list:
{"run_list": ["recipe[aem::dispatcher]" ]}- Fork the repository on Github
- Create a named feature branch (i.e.
add-new-recipe) - Write your change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request
- Author:: Bryce Lynn (bryce@tacitknowledge.com)
- Author:: Alex Dunn (adunn@tacitknowledge.com)
- Author:: Paul Dunnavant (pdunnavant@tacitknowledge.com)
Copyright 2012-2016, Tacit Knowledge, Inc.Licensed under the Apache License, Version 2.0 (the "License");you may not use this file except in compliance with the License.You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0Unless required by applicable law or agreed to in writing, softwaredistributed under the License is distributed on an "AS IS" BASIS,WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions andlimitations under the License.About
Chef cookbook for Adobe AEM
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors9
Uh oh!
There was an error while loading.Please reload this page.