diff --git a/README.md b/README.md index 6b571e9..0377149 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,13 @@ # otf-align Web-Service to determine alignment of an assessment result to NLPs +# build + +``` +cd cmd +go build +``` + # usage otf-align is a web service that accepts simple requests for alignment of assessment data to the National Learning Progressions. diff --git a/cmd/benthos/run_benthos_align_data.sh b/cmd/benthos/run_benthos_align_data.sh index 17b2ece..27fdc40 100755 --- a/cmd/benthos/run_benthos_align_data.sh +++ b/cmd/benthos/run_benthos_align_data.sh @@ -3,4 +3,4 @@ benthos lint alignData.yaml -clear && benthos -c alignData.yaml +clear && benthos --chilled -c alignData.yaml diff --git a/cmd/benthos/run_benthos_align_maps.sh b/cmd/benthos/run_benthos_align_maps.sh index cbafa9c..929a330 100755 --- a/cmd/benthos/run_benthos_align_maps.sh +++ b/cmd/benthos/run_benthos_align_maps.sh @@ -8,4 +8,4 @@ curl -s -X POST http://localhost:1323/admin/newdemocontext -d userName=nsipOtf # now run the workflow # benthos lint alignMaps.yaml -clear && benthos -c alignMaps.yaml +clear && benthos --chilled -c alignMaps.yaml