Existing ColdBox Application
System Requirements
Step 1 : Dependencies
install contentbox,contentbox-installer-moduleStep 2 : Application.cfc Updates
Application.cfc UpdatesMappings
// LOCATION MAPPINGS
this.mappings[ "/contentbox" ] = COLDBOX_APP_ROOT_PATH & "modules/contentbox";
// THE LOCATION OF THE ORM MODULE
this.mappings[ "/cborm" ] = this.mappings[ "/contentbox" ] & "/modules/contentbox-deps/modules/cborm";ORM Settings
Step 3 : ColdBox.cfc Settings
ColdBox.cfc SettingsStep 4: CacheBox.cfc Settings
CacheBox.cfc SettingsStep 5 (Optional) : UI Route
Last updated
Was this helpful?
