Contributing
Follow these steps to get started hacking on StacheBox.
Clone the module -
git clone [email protected]:coldbox-modules/stachebox.gitStart a new Elasticsearch instance ( from the root of the project ) -
docker-compose up -d --buildInstall test harness dependencies -
cd test-harness && box installStart the StacheBox test harness server ( from the test harness directory ) -
box server start [email protected]Run tests ( from the test harness directory ) -
box testbox run
Last updated
Was this helpful?