Skip to content

Commit

Permalink
### Added
Browse files Browse the repository at this point in the history
* Forgot the `modules_app` convention.
  • Loading branch information
lmajano committed Mar 20, 2023
1 parent 3503cfe commit 5bfe043
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

----

## [6.19.0] => 2023-MAR-20

### Added

* Forgot the `modules_app` convention.

----

## [6.18.0] => 2023-MAR-18

### Fixed
Expand Down
Empty file added modules_app/.gitkeep
Empty file.
8 changes: 5 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@

----

# ColdBox Default Application Template
# ColdBox Elixir Application Template

This application template can be your starting ground for your modern ColdFusion (cfml) web applications. You must use [CommandBox](http://www.ortussolutions.com/products/commandbox) to track your dependencies and start embedded servers.
This template can be your starting ground for your modern ColdFusion (cfml) web applications. You must use [CommandBox](http://www.ortussolutions.com/products/commandbox) to track your dependencies and start embedded servers.

This template leverages ColdBox and the (ColdBox Elixir)[https://coldbox-elixir.ortusbooks.com] project for asset management and compilations. You can place all your static assets in the `resources/assets` folder and Elixir will combine, version, copy, and even babelify your code to their appropriate location in the `includes` folder.

## Quick Installation

Expand All @@ -47,7 +49,7 @@ Code to your liking and enjoy!
We have included a [`build/Dockerfile`](build/Dockerfile) so you can build docker containers from your source code. We have also added two scripts in your `box.json` so you can build the docker image and run the docker image using our [CommandBox Docker](https://hub.docker.com/r/ortussolutions/commandbox) containers.

```bash
# Build a docker container
# Build a docker **container**
run-script docker:build
# Run the container
run-script docker:run
Expand Down

0 comments on commit 5bfe043

Please sign in to comment.