This cookbook provides a resource to install Anypoint Studio on a Windows box.
- Windows
- Chef >= 13.0
- seven_zip
To use the resources provided by this cookbook, include them in a wrapper cookbook.
Installs Anypoint Studio from zip file in "C:\Program Files"
create
- Put Anypoint Studio on the machineremove
- Remove Anypoint Studio from the machine
studio_source
- Location of zip file to install. Defaults to looking up current version and using it.
anypoint_studio 'current_version'
anypoint_studio 'particular_source' do
studio_source 'https://location_of_file.zip'
end
- Author:: Clayton Flesher (clayton@hoegg.software)
- Expand to include Linux and MacOSX boxes.