Skip to content
This repository has been archived by the owner on Oct 21, 2020. It is now read-only.

Chef usage

Enzo Rivello edited this page Aug 30, 2016 · 2 revisions

Add alfresco::default in your run_list.

You can optionally shop through the recipe list and customise your run, though it is advised (some ordering must be respected and may not be trivial) to use alfresco::default and define node['alfresco']['components'] as explained below.

The following cookbooks are not part of Chef Supermarket; as such, you will need to explicitely define them as dependency of your Chef cookbook to make chef-alfresco working:

cookbook 'tomcat', git:'git@github.com:enzor/tomcat.git', tag: "v0.17.3-fork2"
cookbook 'maven', git:'git@github.com:enzor/maven.git', tag: "v1.2.0-fork"
cookbook 'file', git: 'git@github.com:jenssegers/chef-file.git', tag: "v1.0.0"

Check Berksfile for more info; you can also use Librarian to resolve transitive dependencies.

Clone this wiki locally