You can get started quickly with ContentBox by leveraging CommandBox, our CLI and package manager, or with our Docker Images.

ContentBox CLI

You can easily install ContentBox with any CFML engine and database by using our CLI tool:

	install contentbox-cli
	mkdir mysite --cd
	contentbox install-wizard

Docker

You can leverage our docker image for ContentBox or build awesome deploy stacks, with distributed sessions, content and more.

docker pull ortussolutions/contentbox &&
docker run -p 8080:8080 \
-e EXPRESS=true \
-e INSTALL=true \
ortussolutions/contentbox
Note: Please make sure you are in and empty folder and inside the CommandBox interactive shell before executing the commands. Just open the CommandBox executable or enter box to start our interactive shell.