Skip to content

Commit

Permalink
Merge pull request #21 from Senzing/issue-17.dockter.1
Browse files Browse the repository at this point in the history
issue-17 Update for RPM installation
  • Loading branch information
docktermj authored Aug 4, 2019
2 parents 92af60f + 1aa457c commit b3ef7fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ Create a folder for each output directory.

```console
export SENZING_DATA_VERSION_DIR=/opt/senzing/data/1.0.0
export SENZING_G2_DIR=/opt/senzing/g2
export SENZING_ETC_DIR=/etc/opt/senzing
export SENZING_G2_DIR=/opt/senzing/g2
export SENZING_VAR_DIR=/var/opt/senzing
```

Expand All @@ -100,8 +100,8 @@ Create a folder for each output directory.
export SENZING_VOLUME=/opt/my-senzing

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

Expand Down

0 comments on commit b3ef7fd

Please sign in to comment.