Contributing
Follow these steps to get started hacking on Logstash for Coldbox.
Clone the module -
git clone git@github.com:coldbox-modules/logstash.git
Start a new Elasticsearch instance ( from the root of the project ) -
docker-compose up -d --build
Install test harness dependencies -
box run-script harness:install
Start the 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