Skip to content

Latest commit

 

History

History
37 lines (18 loc) · 1.08 KB

README.md

File metadata and controls

37 lines (18 loc) · 1.08 KB

spike-rules-engine CircleCI

Prerequisite

  • MySQL 5.6 (tested)
  • sbt

Getting Started

Running or Developing on your own machine with your own mysql

  1. Create DB

     create database goatzilla DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
    
  2. Run

     sbt run
    

To run:

    curl -o- https://raw.githubusercontent.com/faizhasim/spike-rules-engine/master/hack/runviadocker.sh | bash

To tear down resources created by script above:

    curl -o- https://raw.githubusercontent.com/faizhasim/spike-rules-engine/master/hack/teardowndockerresources.sh | bash

CI/CD

This project is build on CircleCI based on pipeline in .circleci/config.yml.