Installs/Configures Adobe AEM.
- CentOS 6
Required Opscode Cookbooks
These attributes are under the node['aem']
namespace.
Attribute | Description | Type | Default |
---|---|---|---|
install_path | location to install AEM | String | /opt/aem |
user | user to run AEM | String | aem |
url | Url of AEM | String | "" |
checksum | Checksum of AEM | String | "" |
These attributes are under the node['aem']['jvm']
namespace.
Attribute | Description | Type | Default |
---|---|---|---|
maximum_permgen | JVM maximum PermGen memory | String | 256m |
xmx | JVM Xmx | String | 1024M |
These attributes are under the node['aem']['license']
namespace.
Attribute | Description | Type | Default |
---|---|---|---|
customer | AEM customer license | String | nil |
downloadId | AEM downloadId license | String | nil |
recipe[aem]
Empty reciperecipe[aem::author]
Installs/configures AEM Authorrecipe[aem::publish]
Installs/configures AEM Publish
Please use standard issues/pull requests.
Please see license information in: LICENSE
- Sergio Leone sergio.leone@qvc.com