Skip to content

Commit

Permalink
Change c2sdocker script lineformat compatible with UNIX system
Browse files Browse the repository at this point in the history
#11423 -As a community member (HIE DevOps), I can reference a Consent2Share deployment guide in order to deploy and host Consent2Share (Part 2)
  • Loading branch information
Sadhch committed Oct 31, 2016
1 parent eccbd21 commit 2087600
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions infrastructure/scripts/c2s_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export PHR_DB_PASSWORD=admin
export PATIENT_USER_DB_PASSWORD=admin
export AUDIT_DB_PASSWORD=admin
export C2S_BASE_PATH=/usr/local
# Edge Server details
# Edge Server configuraiton
export C2S_APP_HOST=your_app_server_host
export C2S_APP_PORT=80
# SMTP details
Expand All @@ -21,4 +21,4 @@ export UAA_PUBLIC_KEY="-----BEGIN PUBLIC KEY-----MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8
export HIE_CONNECTION_ENABLE=false
#logback-audit variables
export AUTO_SCAN=true
export SCAN_PERIOD="30 seconds"
export SCAN_PERIOD="30 seconds"
2 changes: 1 addition & 1 deletion infrastructure/scripts/publish-dockerhub.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ docker tag bhits/pp-ui bhits/pp-ui:0.20.0;
docker tag bhits/try-policy bhits/try-policy:1.13.0;
docker tag bhits/uaa bhits/uaa:3.4.1-01;


#Push docker images to dockerhub
docker push bhits/admin-portal-ui:0.13.0;
docker push bhits/context-handler:1.8.0;
docker push bhits/discovery-server:0.8.0;
Expand Down

0 comments on commit 2087600

Please sign in to comment.