Skip to content

Commit

Permalink
Fix typos in Consetn2Share infrasturcture README.md
Browse files Browse the repository at this point in the history
#11421: As a developer, I will have publish Consent2Share repository publicly
  • Loading branch information
Tao Lin committed Oct 30, 2016
1 parent 70b349d commit eccbd21
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions infrastructure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ This option is designed to run all Consent2Share services, UIs and databases on

* Copy all [pls-api config-temlate](https://github.com/bhits/pls-api/tree/master/config-template) files to `pls-api/config-template` sub folder

* Copy the [sample provider data sql](https://github.com/bhits/pls-api/tree/master/npi-db-sample) file to `pls-api/init-db' sub folder
* Copy the [sample provider data sql](https://github.com/bhits/pls-api/tree/master/npi-db-sample) file to `pls-api/init-db` sub folder

* Copy the [logback-audit config-template](https://github.com/bhits/logback-audit/tree/master/config-template) file to `logback-audit/config-template` sub folder

Expand Down Expand Up @@ -101,7 +101,7 @@ This option is to run Consent2Share services, UIs on an application server and d
`mkdir /usr/local/java/`
`mkdir /usr/local/java/C2S_PROPS`

+ If SELinux is enabled, run the following command below to assign the relevant SELinux policy type as a workaround to prevent issues while mounting volumes to the containers from `/usr/local/java`
+ If SELinux is enabled, run the command below to assign the relevant SELinux policy type as a workaround to prevent issues while mounting volumes to the containers from `/usr/local/java`

`chcon -Rt svirt_sandbox_file_t /usr/local/java`

Expand All @@ -124,7 +124,7 @@ This option is to run Consent2Share services, UIs on an application server and d

+ Get the following files under the `/usr/local/java/C2S_PROPS`

* Copy the [sample provider data sql](https://github.com/bhits/pls-api/tree/master/npi-db-sample) file to `pls-api/init-db`
* Copy the [sample provider data sql](https://github.com/bhits/pls-api/tree/master/npi-db-sample) file to `pls-api/init-db` sub folder

* Copy the [database schema sql](https://github.com/bhits/logback-audit/tree/master/audit-db) file to `logback-audit/init-db` sub folder

Expand All @@ -137,15 +137,15 @@ This option is to run Consent2Share services, UIs on an application server and d
`mkdir /usr/local/java/`
`mkdir /usr/local/java/C2S_PROPS`

+ If SELinux is enabled, run the following command to assign the relevant SELinux policy type as a workaround to prevent issues while mounting volumes to the containers from `/usr/local/java`
+ If SELinux is enabled, run the command below to assign the relevant SELinux policy type as a workaround to prevent issues while mounting volumes to the containers from `/usr/local/java`

`chcon -Rt svirt_sandbox_file_t /usr/local/java`

+ Get the [c2s_docker.sh](./scripts/c2s_docker.sh) file and place it in the `/etc/profile.d/` folder

* Uncomment the `C2S_DB_HOST` variable

* Modify the `C2S_APP_HOST` and `SMTP` variables according to the server environment
* Modify the `C2S_APP_HOST`, `C2S_DB_HOST` and `SMTP` variables according to the server environment

* Re-login to the server in order for the file `c2s_docker.sh` to run automatically during the login

Expand Down

0 comments on commit eccbd21

Please sign in to comment.