Skip to content

Commit

Permalink
Merge pull request #23 from Senzing/issue-17.dockter.2
Browse files Browse the repository at this point in the history
issue-17 Move to data/1.0.0
  • Loading branch information
docktermj authored Sep 3, 2019
2 parents c881544 + f2b298a commit 24e5ffb
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Create a folder for each output directory.
identify directories for RPM output in this manner:

```console
export SENZING_DATA_VERSION_DIR=/opt/senzing/data/1.0
export SENZING_DATA_VERSION_DIR=/opt/senzing/data/1.0.0
export SENZING_ETC_DIR=/etc/opt/senzing
export SENZING_G2_DIR=/opt/senzing/g2
export SENZING_VAR_DIR=/var/opt/senzing
Expand All @@ -87,12 +87,19 @@ Create a folder for each output directory.
```console
export SENZING_VOLUME=/opt/my-senzing

export SENZING_DATA_VERSION_DIR=${SENZING_VOLUME}/data/1.0
export SENZING_DATA_VERSION_DIR=${SENZING_VOLUME}/data/1.0.0
export SENZING_ETC_DIR=${SENZING_VOLUME}/etc
export SENZING_G2_DIR=${SENZING_VOLUME}/g2
export SENZING_VAR_DIR=${SENZING_VOLUME}/var
```

1. :thinking: If internal database is used, permissions may need to be changed in `/var/opt/senzing`.
Example:

```console
sudo chmod -R 777 ${SENZING_VAR_DIR}
```

### Docker network

:thinking: **Optional:** Use if docker container is part of a docker network.
Expand Down

0 comments on commit 24e5ffb

Please sign in to comment.