chef-alfresco is a Chef cookbook that provides a modular, configurable and extensible way to install an Alfresco node/stack; alfresco::default
parses node['alfresco']['components']
and includes other alfresco::*
recipes accordingly.
It is tested on Centos 7.x and Ubuntu 14.04 (soon on Centos 6.7)
To know more about attribute definition and overriding, check CHEF-ATTRIBUTES.md To get a list of packaged installed, their sources and versions, check PACKAGES.md
Graph of cookbooks dependencies
For a comprehensive documentation on how to use and test chef-alfresco, please visit our Wiki
To avoid any problem on master, we are implementing git-flow. To contribute, follow this:
- Fork this repository
- Make your changes
- Test your changes
- Make a pull request to alfresco/develop
This project is a fork of the original chef-alfresco developed by Fletcher Nichol; the code have been almost entirely rewritten, however the original implementation still works with Community 4.0.x versions and provides a different approach to Alfresco installation (using Alfresco Linux installer).
A big thanks to Nichol for starting this effort!
Copyright 2016, Alfresco
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.