A simple ColdBox MVC template
Apache License, Version 2.0.
Source Code
To Use this application in a docker environment you can use the ortussolutions/commandbox image, with the following configuration:
docker run -p 80:80 -p 443:443 -e "PORT=80" -e "SSL_PORT=443" -v "${PWD}:/app" -e BOX_INSTALL=true -e NV_API_KEY="your-key" -e NV_NAME="some-test" -e NV_TAGS="thing=one;other=bob" ortussolutions/commandbox
Each application templates contains a box.json
so it can leverage CommandBox for its dependencies.
Just go into each template directory and type:
box install
This will setup all the needed dependencies for each application template. You can then type:
box server start
And run the application.