Blog
We are offering Into The Box Early Bird Pricing only up to the 25th of February! Hurry and purchase your seat soon as time and spots are running out! Also for this week we are continuing with more speaker highlights featuring 3 more of our awesome keynotes!
TestBox v2.6.0 Released!
We are excited to announce the release of TestBox version 2.6.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.6.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.
More Speaker Highlights | Only 13 Weeks Until ITB 2018!
Get ready for Ortus' Into the Box 2018 by getting to know our speakers! With only 13 weeks to go, hurry and sign up today. The Early Bird special is endind soon, February 25th! Sign up today!
Screencast - Running CommandBox servers behind IIS with Boncode
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.
Screencast - Starting CommandBox Servers as a Windows Service
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.
Speakers Highlights | Into Box 2018
Into The box 2018 Trailer from Luis Majano on Vimeo.
Into The Box 2018 is coming up faster than you think—just fourteen weeks away! The schedule is out and the speakers are getting ready to roll. We wanted to let you get to know them just a little bit, so we are giving you a sneak peak at some of our keynotes and the topics they will be delivering. So here are three of our very own...
Upgrading ContentBox with CommandBox? Here's something you need to know before you do
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?
Redis Lucee v1.0.0 Extension Released!
We are very excited to bring you a new commercial product release for the Ortus Family: Redis Lucee Extension The Redis Lucee Extension allows you to natively connect to a Redis Server cluster and leverage it for distributed caching, session/client storage and distribution, cluster RAM file syste...
Into the Box 2018 Schedule Released
CFCouchbase SDK v2.2.0 Released
More than two years have passed since CFCouchbase 1.1 was released. With community support, we are happy to announce the release of CFCouchbase 2.0.0! If you are not familiar with CFCouchbase we encourage you to checkout the Documentation. The SDK has been updated to support the new functionality available in Couchbase Server 4.x, including:
- N1QL Queries
- GSI Indexes
- Replica Reads
- Document Locking
- Prepared Statements
- Improved Design Document Management
- Expanded Configuration Options
- And more...