Note : However, you can use your own ColdFusion server setup as you see fit. We use CommandBox as everything is scriptable and fast!
box.exe
or box
binary, which you can place in your Windows Path or *Unix /usr/bin
folder to have it available system wide. Then just open the binary and CommandBox will unpack itself your user's directory: {User}/.CommandBox
. This happens only once and the next thing you know, you are in the CommandBox interactive shell!box
in your terminal or console. Then let's create a new folder and install ColdBox into a directory.coldbox
from ForgeBox (www.forgebox.io), use the latest version available, download and install it in this folder alongside a box.json
file which represents your application package.[email protected]
slug instead, or any previous version.coldbox create app
command that can enable you to create application skeletons using one of our official skeletons or by creating your own application template:default
): A script based advanced templatecoldbox create app
help in CommandBox to get tons of help for scaffolding apps.uninstall coldbox
.update coldbox
.