From 7d7253f1a0ad5889e9c1fb289dfdb8a6a18f3ca0 Mon Sep 17 00:00:00 2001 From: Mark Wilkinson Date: Tue, 14 May 2024 08:44:08 +0200 Subject: [PATCH] update install docs --- FLAIR-in-a-box/INSTALLER/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/FLAIR-in-a-box/INSTALLER/README.md b/FLAIR-in-a-box/INSTALLER/README.md index abf6015..4437902 100644 --- a/FLAIR-in-a-box/INSTALLER/README.md +++ b/FLAIR-in-a-box/INSTALLER/README.md @@ -193,12 +193,12 @@ the folder structure is: - The /data folder is where you will place your administrative, location, and germplasm CSV files [Here are the instructions for how to create these CSV files](../../SemanticModel/CSV/). - The /data folder will also contain the [YARRRML Templates](../../SemanticModel/) that will be applied to the final CSV. - *NOTA BENE*: Please execute `chmod a+w ./data/triples` prior to executing a transformation. The transformation tool in this container runs with very limited permissions, and cannot write to a folder that is mounted with default permissions. -- *NOTA BENE*: The YARRRML templates contains a placeholder for your installation's base URI. This is passed as an environment variable `baseURI`, which appears in the cde-box-daemon clause of your docker-compose-ACME.yml file: +- *NOTA BENE*: The YARRRML templates contains a placeholder for your installation's base URI. This is passed as an environment variable `baseURI`, which appears in the flair-box-daemon clause of your docker-compose-ACME.yml file: ``` - cde-box-daemon: - image: markw/cde-box-daemon:0.5.4 - container_name: cde-box-daemon + flair-box-daemon: + image: markw/flair-box-daemon:0.0.1 + container_name: flair-box-daemon environment: GraphDB_User: ${GraphDB_User} GraphDB_Pass: ${GraphDB_Pass}