Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue-17 Move to data/1.0.0 #23

Merged
merged 1 commit into from
Sep 3, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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