I would like to introduce how to setup ColdFusion with Docker. It is useful for macOS.
🏀 Setup
(1) Download CommandBox Docker image
The first step is to clone the repository to your local machine:
git clone git@github.com:Ortus-Solutions/docker-commandbox.git |
(2) Run docker container
There is a docker-compose.yml
file. So you can run ColdFusion environment by docker:
docker-compose up |
You should wait to finish building docker image and run docker container.
(3) Open page
open http://$(docker-machine ip):8080/ |
You can see the docker page.
(4) Update docker-compose.yml
If you want to run ColdFusion 2016, please change docker-compose.yml
like this:
version: '3.3' |
(Please change /Users/morizyun/git/coldfusion-test
to your local folder to put CF source code.)
After the above change, please re-try following command:
# In a terminal |
😸 Tutorials
There are some tutorial which I can recommend:
🐝 References
🖥 Recommended VPS Service
VULTR provides high performance cloud compute environment for you.
Vultr has 15 data-centers strategically placed around the globe, you can use a VPS with 512 MB memory for just $ 2.5 / month ($ 0.004 / hour).
In addition, Vultr is up to 4 times faster than the competition, so please check it => Check Benchmark Results!!