Installs the FW1 framework for ColdFusion.
coldfusion10
node['fw1']['install_path']- The root directory to install FW/1 versions. Each version will have a sub directory under this directory. (Default is "/vagrant/frameworks/fw1")node['fw1']['owner']- The owner of theinstall_path. (Default isnilwhich will result in owner being set tonode['cf10']['installer']['runtimeuser'])node['fw1']['group']- The group of theinstall_path. (Default is "bin")node['fw1']['logical_paths']- Array of mappings to be applied for each version of FW/1. There should be one key for eachfw1_versionskey. (Default is ["/org"])node['fw1']['fw1_versions']- Array of framework versions to install. Each key should match a tag name in the fw1 repository. (Default is ["v2.1.1"])node['fw1']['download_url_base']- The base URL for version downloads. (Default is "https://github.com/framework-one/fw1/archive")
On ColdFusion server nodes:
include_recipe "fw1"
In your Application.cfc: add extends="org.corfield.framework" where org is the logical mapping defined above