Tutorial by Examples

Linux (Ubuntu) Installation Lucee (Open Source) ColdFusion / CFML Interpretor Download the appropriate file from their site (http://lucee.org/downloads.html) and execute their installer wget http://cdn.lucee.org/downloader.cfm/id/155/file/lucee-5.0.0.252-pl0-linux-x64-installer.run sudo chmod ...
File: test.cfm Tag Implementation <cfoutput>Hello World!</cfoutput> CFScript Implementation <cfscript> writeOutput("Hello World!"); </cfscript>

Page 1 of 1