Category Selected:

commandbox

Blog

Where are my Lucee and Adobe ColdFusion log files on CommandBox servers?

Brad Wood |  April 10, 2017

As more people are starting to use CommandBox to start their Adobe ColdFusion and Lucee servers, I've gotten the question of where to find their log files.  The servers that CommandBox starts are full fledged servers with a web admin and all the same log files you'd expect.  However, CommandBox skips the vendor installer and uses the WAR files of each engine for a quick and lightweight deployment that can be deleted later and won't conflict with other servers, no matter how many you have.

Read More

CommandBox 3.6.0 Released

Brad Wood |  March 10, 2017

We are proud to announce the general availability of CommandBox 3.6.0!.  This is a minor release of the CLI tool that contains mostly bug fixes and small enhancements.  You can download the latest version from the CommandBox download page.  We've updated the GitBook docs and Command API docs as well.

Read More

Don't touch that Node-- write your own command line tools in CFML!

Brad Wood |  March 02, 2017

There's a lot of command tools out there written by developers to help them automate all sorts of tasks from code refactoring, linting, and builds. Node has become a popular tool to write reusable tools that can be run from the command line, but many CF developers don't realize that CommandBox has allowed developers to [do this nativley in CFML](https://ortus.gitbooks.io/commandbox-documentation/content/developing/commands/developing_commands.html) for years now.

Read More

How to use a database in CLI scripts with CommandBox

Brad Wood |  February 21, 2017

One of the cool things that CommandBox allows you to do is run CFML code directly from the command line via the execute command, or on Unix as a natively-executable hash bang script! This opens up all sorts of doors for scheduling cron jobs and whatnot that you can write in CFML much faster and easier than using bash or shell scripts. One common question is how to access the database from one of these scripts.

Read More

Easy custom site host names with CommandBox

Luis Majano |  February 14, 2017

In this video Brad Wood introduces the CommandBox Host Updater Module written by Chris Schmitz:

[https://www.forgebox.io/view/commandbox-hostupdater](https://www.forgebox.io/view/commandbox-hostupdater)

which allows you to automatically add host entries to your operating system and starting servers all on port 80 for you using CommandBox. It is really a great example of a CommandBox module, but also a great tool to have for ALL your ccustom development work. Enjoy!

Read More

CommandBox 3.5.0 Released

Brad Wood |  January 10, 2017

We are pleased to announce the final release of CommandBox 3.5.0!  This is a minor release, with 53 completed tickets-- most of which are server enhancements focused on making server management and configuration easy across any engine.  This version has been in release candidate for a few weeks and has received a lot of testing.  As a minor release, there are no compatibility-breaking changes to any of the public APIs, but there has been some necessary restructuring of the back end bits related to starting servers that could possibly have an effect on you if you have any scripts or custom modules based on the previous folder structure of some server installs.  We recommend all users upgrade to this new version, but take a minute to review the changes so you can fully utilize the new features.

Read More

CommandBox 3.5 Release Candidate Ready for Testing

Brad Wood |  December 28, 2016

We've been hard at work on the latest version of CommandBox which brings bug fixes, improvements, and new options for deploying and starting servers.  We think it's ready for the general public to give it a good testing before we release it so today we're announcing the CommandBox 3.5.0-rc (release candidate) for you to give a spin.  This should be a painless switch so we encourage you to take a look and provide us with feedback.  We are also pleased t have several features and fixes in this release that were provided by community members as part of our first 1000 open source pulls.

 

Read More

The 12 Tips of (CommandBox) Christmas - Day 12 - Custom Error Pages

Brad Wood |  December 26, 2016

This is our final installment of the 12 Tips of (CommandBox) Christmas and we hope you've learned some new tricks!  In this last segment, we'll cover setting up custom error pages for your CommandBox-based web servers.  This applies to all CF engines that you start and can help you add a bit of polish to a CommandBox-powered site you want to make public! 

Read More

The 12 Tips of (CommandBox) Christmas - Day 11 - Semantic Versioning

Brad Wood |  December 25, 2016

Merry Christmas everyone!  We hope you had special time with your family and loved ones.  You may have a new year's resolution to learn something new.  Well, why wait when you can learn something new right now!  Today in our 12 tips of (CommandBox) Christmas, we'll do a quick crash course on semantic versioning, or semver as you'll oft see it called.  You may think you know everything, but keep reading and I'll bet you learn something.

Read More

The 12 Tips of (CommandBox) Christmas - Day 10 - Converting Apache and IIS URL Rewrites

Brad Wood |  December 24, 2016

Christmas baking has probably began in your house, filling the air with the sweet aroma of sugar, carbs, cholesterol, and partially hydrogenated oil.  Mmm, just like Grandma used to make!  What better time to cook up a new development environment that runs on CommandBox!  

URL rewriting is common on many server setups and while everyone does the same basic things, the config files they use vary greatly based on the web server they have in play.  CommandBox allows for URL rewriting, but a common question I get is how to convert the rewrites people already have on their existing web servers so CommandBox can use them.

Read More