Contributing
Follow these steps to get started hacking on StacheBox.
Clone the module -
git clone git@github.com:coldbox-modules/stachebox.git
Start a new Elasticsearch instance ( from the root of the project ) -
docker-compose up -d --build
Install test harness dependencies -
cd test-harness && box install
Start the StacheBox test harness server ( from the test harness directory ) -
box server start serverConfigFile=server-lucee@5.json
Run tests ( from the test harness directory ) -
box testbox run
Last updated