Category Selected:

commandbox

Blog

CommandBox 4.0.0 Released

Brad Wood |  June 01, 2018

Today we are very pleased to announce the final release of CommandBox 4.0.0.  This has been one of our most ambitious releases and closed more than 70 tickets over 6 months of development and testing.  

This release has gone through a month of testing that created two release candidates.  A big thanks goes out to everyone who helped provide feedback.  There are a lot of new features and libraries in 4.0 as well as a major overhaul of many of the UI aspects of the CLI. 

Read More

CommandBox 4 Release Candidate Available for Testing

Brad Wood |  May 15, 2018

After 6 months of development, we are pleased to announce that CommandBox 4.0.0-RC.2 is available for your testing.  In case you're wondering, RC.1 was released at Into The Box last month, but I was super busy at the time and on the road for 2 solid weeks and didn't have the docs fully updated, so I didn't have a chance to blog it then.  A huge thanks goes out to everyone who help contribute ideas, pull requests, and testing for CommandBox 4.  This is truly a group effort.

Read More

New ForgeBox Features — March 2018

Eric Peterson |  March 09, 2018

ForgeBox 3.0.0 has landed with tons of new features and updates including ForgeBox Storage and ForgeBox Lucee Provider!

Comments are currently closed
Read More

Screencast - Running CommandBox servers behind IIS with Boncode

Brad Wood |  January 30, 2018

We've made another screencast for you and this one shows how you can run CommandBox sites behind an IIS web server using the Boncode connector.  If you're interested in using CommandBox for easy management of your production websites, this allows static files like images, JavaScript, or PDFs to be served by the web server.  It can also be handy if your site requires some IIS-specific features but you still want the portability and ease of deployment that comes with CommandBox and CFConfig.  

Read More

Screencast - Starting CommandBox Servers as a Windows Service

Brad Wood |  January 29, 2018

A common question we get now is how to take a CommandBox server and wrap it in a Windows service so it starts automatically at boot time.  This is ideal for production use or just a dev site that you always want to stay running.  With this new screencast, you will learn how to take any CommandBox server and install it as a Windows service using a free tool called NSSM.

Read More

Upgrading ContentBox with CommandBox? Here's something you need to know before you do

Gavin Pickin |  January 22, 2018

CommandBox is a great product, and it is always improving. Recently, one of those improvements threw a MASSIVE wrench in my world, and it might affect you too. Long story short, ContentBox stores custom modules, themes, widgets inside of the ContentBox module, usually with some tricky gitignore magic, you can ignore the core, and just commit your custom code to your repo. Now, after an update to CommandBox, if you do a install contentbox --force to update ContentBox around your changes, you might be surprised when CommandBox deletes all of your ContentBox modules, all of your ContentBox themes, all of your ContentBox widgets. Why CommandBox hates us all of a sudden?

Read More

Screencast - CommandBox Package Link for Module Development

Brad Wood |  January 03, 2018

The package link and package unlink commands are fairly new to CommandBox and here's a brief screencast that shows you a real life use case for them.  The package link command will create a symlink from your current directory into your CommandBox's system modules folder and reload your shell. 

Read More

The 12 Tips of (CommandBox) Christmas 2017- Day 12 - CommandBox 4.0 Roadmap

Brad Wood |  December 25, 2017

Merry Christmas everyone!   This is our final installment for this year's 12 Tips of (CommandBox) Christmas! We're leaving this year with a bang as we look forward to what's coming in the future with the next major release of CommandBox CLI.

Read More

The 12 Tips of (CommandBox) Christmas 2017- Day 11 - Super Easy Module Scaffolding

Brad Wood |  December 25, 2017

We've talked about what packages are, how to create them and how to publish them on Forgebox.  Now that you have the basics down, we've got some special ninja kung foo magic that will let you crank out modules with almost no effort at all.  We obviously can't implement the module for you, but there is a lot of boilerplate around creating the Git repo, scaffolding out files, setting up tests, and publishing.  We can turn all that boilerplate into 2 commands. **

** Some one-time setup required

Read More

The 12 Modules of (ForgeBox) Christmas — Day 11 — CommandBox Migrations

Eric Peterson |  December 24, 2017

Let's tackle a powerful module today. It will take quite a bit of configuration, but hopefully you will see the usefulness of this module by the end of this post. Meet CommandBox Migrations, a tool for managing and running your database migrations with CommandBox.

Read More