Blog
Easy Bake: Multi-Tier Deployments using CommandBox Docker Images
We've been using our CommandBox Docker images for awhile now for multi-tier development and deployment. We've also received a lot of great feedback from the community that has helped to expand the power and flexibility of the those images in orchestrating CFML server environments.
One important aspect of non-development deployments of applications on the CommandBox image, is the need to warm up the server by seeding the CFML engine file system and configuration before the application is deployed in its target environment/tier. Other than the default Lucee 4.5 engine, which is what CommandBox, itself, runs on, any CFML engine specified in your application's server.json
file is downloaded upon server start. Depending on the latency of your Docker environment's connection, this can mean that a bare-bones first run of your application can take minutes to start up, rather than seconds. For obvious reasons, this is not desirable.
A ColdBox Success Story - Patrick Leal of Paper Oh!
A ColdBox Success Story!
Listen to Patrick, director of Paper Oh, discuss his experience of ColdBox training during CFSummit 2016 and his plans to implement ColdBox and ColdFusion in their applications in Brazil!
Listen to Patrick, director of Paper Oh, discuss his experience of ColdBox training during CFSummit 2016 and his plans to implement ColdBox and ColdFusion in their applications in Brazil!
ContentBox v3.6.0 Released
Today we are very excited to bring you ContentBox version 3.6.0!
This release is all about improvements to the core, localization and internationalization for sites, many bug fixes, UI improvements and updates to our containerization strategy!
A ContentBox CMS Success Story - Tim Cunningham- Primoris Services
A ContnentBox Success Story!
Watch and listen as Tim Cunningham, the vice president of [Primoris Services](http://www.primoriscorp.com/) discusses how they leveraged ContentBox Modular CMS to deliver a payment portal for their API payment services!
Portainer Docker Support for CommandBox and ContentBox
We are very excited that the [Portainer.io](http://portainer.io/) crew has added support for CommandBox and CommandBox docker image deployment!
Don't know what a container is? Continue down and we will show you what it's all about!
A ColdBox Success Story - Brian Sappery- Shop.com
Another ColdBox Success Story!
Brian Sappery, Applications Architect for [shop.com](https://shop.com), discusses how they leverage the ColdBox Platform and ColdFusion for delivering a high impact and mission critical RESTFul applications, that powers much of their multi-million dollar infrastructure!
Brian Sappery, Applications Architect for [shop.com](https://shop.com), discusses how they leverage the ColdBox Platform and ColdFusion for delivering a high impact and mission critical RESTFul applications, that powers much of their multi-million dollar infrastructure!
A ColdBox Success Story - Chad Haney - PiepelineSuite
Watch and Listen to a ColdBox Success Story!
Chad Haney, the CTO for [pipelinesuite](https://pipelinesuite.com/) discusses how they leverage the [ColdBox Platform](/products/coldbox) for delivering a high impact Software as a Service built in ColdFusion (CFML)!
Chad Haney, the CTO for [pipelinesuite](https://pipelinesuite.com/) discusses how they leverage the [ColdBox Platform](/products/coldbox) for delivering a high impact Software as a Service built in ColdFusion (CFML)!
DC CF.Objective() 2017 CommandBox Training Discounts
DC CommandBox Training Discounts!
If you will be attending this year's [CF.Objective](https://www.cfobjective.com/) (Which you should!) on July, then you can attend our ColdFusion CommandBox training (July 18-19) and get a whooping **25%**! You can use the discount code `cfobjective` and be on your way to learn how to evolve your legacy ColdFusion applications by using modern tooling like CommandBox!
TestBox v2.5.0 Released!
We are excited to announce the release of TestBox version 2.5.0. To install just do:
box install testbox --savedev
To upgrade your current testbox installation just run the following:
box uninstall testbox && install testbox --savedev
TestBox 2.5.0 is a minor release with some great new functionality and tons of fixes. You can find the release notes here and the major updates for this release. One of the biggest features for TestBox that was not part of TestBox, was the addition of TestBox Watchers to CommandBox.