FORGEBOX Enterprise 🚀 - Take your ColdFusion (CFML) Development to Modern Times! Learn More...
Copyright Since 2012 by Ortus Solutions, Corp - https://www.ortussolutions.com/products/contentbox
Because of God's grace, this project exists. If you don't like this, then don't read it, its not for you.
"Therefore being justified by faith, we have peace with God through our Lord Jesus Christ: By whom also we have access by faith into this grace wherein we stand, and rejoice in hope of the glory of God. And not only so, but we glory in tribulations also: knowing that tribulation worketh patience; And patience, experience; and experience, hope: And hope maketh not ashamed; because the love of God is shed abroad in our hearts by the Holy Ghost which is given unto us. ." Romans 5:5
ContentBox is FREE Professional Open Source modular content management engine based on the popular ColdBox MVC framework.
Apache License, Version 2.0.
ContentBox is maintained under the Semantic Versioning guidelines as much as possible.
Releases will be numbered with the following format:
<major>.<minor>.<patch>
And constructed with the following guidelines:
Source Code
Bug Tracking/Agile Boards
Documentation
Blog
You can follow in-depth installation instructions here: https://contentbox.ortusbooks.com/getting-started/installation or you can use CommandBox to quickly get up and running with ContentBox. You can install it in three different formats:
box install contentbox-installer
box install contentbox
box install contentbox-site
# Install New Site with DSN Creator, Installer and ContentBox modules
install contentbox-installer
# Install ContentBox Modules Only into an existing ColdBox App
install contentbox
# Install New Site with ContentBox Modules but no DSN Creator and Installer, great for Containers
install contentbox-site
If you want to develop and hack at the source, you will need to download CommandBox, and have NodeJS installed for UI development. Then in the root of this project, type box recipe workbench/setup.boxr
. This will download the necessary dependencies to develop and test with ContentBox.
You can then go ahead and start an embedded server box server start
and start hacking around and contributing. Please note that the default CFML engine is a Lucee 5 engine. You can start any of the following engines:
server start name=contentbox-adobe11
- ACF 11server start name=contentbox-adobe2016
- ACF 2016server start name=contentbox-lucee5
- Lucee 5For running our test suites you will need 2 more steps, so please refer to the Readme in the tests folder.
If developing CSS and Javascript assets, please refer to the UI Developer Guide in the workbench/Developer.md
folder.
"I am the way, and the truth, and the life; no one comes to the Father, but by me (JESUS)" Jn 14:1-12
$
box install contentbox