Skip to content

Example of running an example Adobe ColdFusion webapp in Kubernetes

License

Notifications You must be signed in to change notification settings

eduabenathar/coldfusion-kubernetes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example of running Adobe ColdFusion in Kubernetes

Let's wrap an Adobe ColdFusion CFML app in a container and run it in Kubernetes. Note, this is just a demo app. Check with Adobe for all EULA and licensing questions. I did find this FAQ searching for container info, it might be a good starting point for you.

THIS REPO IS IN PROGRESS - I'LL REMOVE THIS LINE ONCE THINGS ARE WORKING

What is CFML?

From wikipedia: "In its simplest form, like many other web scripting languages, CFML augments standard HTML files with database commands, conditional operators, high-level formatting functions, and other elements to produce web applications. CFML also includes numerous other constructs including ColdFusion Components (CFCs), CFML's version of objects, that allow for separation of business logic from presentation. CFML can be written using either tags or CFScript, which resembles JavaScript (ECMA script)."

About

Example of running an example Adobe ColdFusion webapp in Kubernetes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • ColdFusion 68.8%
  • Dockerfile 31.2%