Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

aem (27) Versions 1.0.0

Installs/Configures Adobe AEM

Policyfile
Berkshelf
Knife
cookbook 'aem', '= 1.0.0', :supermarket
cookbook 'aem', '= 1.0.0'
knife supermarket install aem
knife supermarket download aem
README
Dependencies
Quality -%

aem-cookbook

This cookbook installs and configures Adobe 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.

Supported Platforms

  • CentOS

Attributes

<table>
<tr>
<th>Key</th>
<th>Type</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><tt>['aem']['version']</tt></td>
<td>String</td>
<td>AEM version</td>
<td><tt>nil</tt></td>
</tr>
<tr>
<td><tt>['aem']['download_url']</tt></td>
<td>String</td>
<td>URL to AEM jar file</td>
<td><tt>nil</tt></td>
</tr>
<tr>
<td><tt>['aem']['license_url']</tt></td>
<td>String</td>
<td>URL to AEM license file</td>
<td><tt>nil</tt></td>
</tr>
<tr>
<td><tt>['aem']['dispatcher']['mod_dispatcher_url']</tt></td>
<td>String</td>
<td>URL to AEM dispatcher (.tar.gz or .so)</td>
<td><tt>nil</tt></td>
</tr>
<tr>
<td><tt>['aem']['dispatcher']['version']</tt></td>
<td>String</td>
<td>dispatcher module version</td>
<td><tt>nil</tt></td>
</tr>
</table>

Usage

aem::author

Include aem::author in your node's run_list:

{
  "run_list": [
    "recipe[aem::author]"
  ]
}

aem::publish

Include aem::publish in your node's run_list:

{
  "run_list": [
    "recipe[aem::publish]"
  ]
}

aem::dispatcher

Include aem::dispatcher in your node's run_list:

{
  "run_list": [
    "recipe[aem::dispatcher]"
  ]
}

Contributing

  1. Fork the repository on Github
  2. Create a named feature branch (i.e. add-new-recipe)
  3. Write your change
  4. Write tests for your change (if applicable)
  5. Run the tests, ensuring they all pass
  6. Submit a Pull Request

License and Authors

Copyright 2012-2014, 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.0

Unless required by applicable law or agreed to in writing, software
distributed 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 and
limitations under the License.

Dependent cookbooks

apache2 >= 0.0.0
ark ~> 0.8.2
iptables >= 0.0.0
java >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

No quality metric results found