Add a new graphdb user automatically

This commit is contained in:
Tom Wiesing 2020-06-14 16:37:42 +02:00
parent f22e658183
commit 30ca61c05f
No known key found for this signature in database
GPG key ID: DC1F29F2BC78AB15
5 changed files with 60 additions and 7 deletions

View file

@ -60,6 +60,7 @@ GRAPHDB_REPO="${GRAPHDB_REPO_PREFIX}${USERNAME_BASE}"
# Compute the base directory for the files that will live on disk.
BASE_DIR="$DRUPAL_ROOT/$INSTANCE_DOMAIN"
ENV_FILE="$BASE_DIR/wisski-env"
COMPOSER_DIR="$BASE_DIR/project"
WEB_DIR="$COMPOSER_DIR/web"
ONTOLOGY_DIR="$WEB_DIR/sites/default/files/ontology"