Skip to content

Commit

Permalink
Merge pull request #938 from CDCgov/readme-update
Browse files Browse the repository at this point in the history
Added Scripts Directory
  • Loading branch information
jherrflexion authored Mar 13, 2024
2 parents 2dbef42 + b926a99 commit 56d0c13
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions scripts/reset.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#!/usr/bin/env bash
#Run in the prime-reportstream repo inside the prime-router folder.

./gradlew resetDB

./gradlew reloadTable

./gradlew flywayRepair

./gradlew reloadSettings

./prime multiple-settings set -s -i ./settings/staging/0166-flexion-staging-results-handling.yml

./prime organization addkey --public-key ~/trusted-intermediary/mock_credentials/organization-trusted-intermediary-public-key-local.pem --scope "flexion.*.report" --orgName flexion --kid flexion.etor-service-sender --doit

./prime organization addkey --public-key /trusted-intermediary/mock_credentials/organization-trusted-intermediary-public-key-local.pem --scope "flexion.*.report" --orgName flexion --kid flexion.simulated-hospital --doit

./prime organization addkey --public-key /trusted-intermediary/mock_credentials/organization-trusted-intermediary-public-key-local.pem --scope "flexion.*.report" --orgName flexion --kid flexion.simulated-lab --doit

0 comments on commit 56d0c13

Please sign in to comment.