Skip to content

Commit

Permalink
Updated jar for q7 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
KageRyu7 committed Sep 29, 2021
1 parent 51423c8 commit 37e3766
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 30 deletions.
6 changes: 2 additions & 4 deletions validation/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@

You will need to install git-lfs to clone the full contents of this repository.

Run command: docker-compose -f clotho-neo4j.yml up
Run command: docker-compose -f clotho-validation.yml up

This is create two containers
(1) A standard neo4j container which is used as the backend for storing the underlying schema data.
(2) A clotho container which created by the MOIRAI team and contains the validation endpoints.
This is creates a clotho container which created by the MOIRAI team and contains the validation endpoints.

Once up go to localhost:8008 to see the swagger-ui page to use the endpoints
24 changes: 0 additions & 24 deletions validation/clotho-neo4j.yml

This file was deleted.

12 changes: 12 additions & 0 deletions validation/clotho-validation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: '3'
services:
clotho:
image: openjdk:11
volumes:
- .:/jars
ports:
- "8008:8008"
environment:
DB_TYPE: "Validation"
working_dir: "/jars/"
command: "/bin/bash -c 'java -jar $$(ls moirai-clotho.jar)'"
4 changes: 2 additions & 2 deletions validation/moirai-clotho.jar
Git LFS file not shown

0 comments on commit 37e3766

Please sign in to comment.