From 8e490e3f33bbf0a29ed690e55729fb4611180a1e Mon Sep 17 00:00:00 2001 From: "Mendes de Jesus, Jorge" Date: Mon, 22 Feb 2021 08:44:21 +0100 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f9f1dde..bef967e 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,9 @@ This app was build before the openapi standard and generic request and informati ## Database -App accesses ISRIC database on `scomp1270.wurnet.nl` +App accesses ISRIC database on `scomp1270.wurnet.nl`. + +**NOTE:** To copy files check section below [Monolith picture location](#monolith-picture-location) ### DB access configuration @@ -49,7 +51,7 @@ Monoliths used by REST are stored on ISRIC data volume, the access to this volum There the monolith pictures can be updated or modified -Monoluth file copy +Monolith file copy ------------------ On the Rserver is it better to copy the monoliths from workspace scratch into `ISRIC_Monoliths`. On the home folder of user the command would look like: @@ -58,6 +60,13 @@ On the Rserver is it better to copy the monoliths from workspace scratch into `I turdu001@scomp1457:~$ cp -rv ./ISRIC_Workspace/scratch/Upload_ToRest/combined_processed/* ./ISRIC_Monoliths/ ``` +The FB-IT mounts are not reliable, check if "ISRIC_Monolith" is accessible, it not mount it: + +``` +# mount all volumes from /etc/fstab +sudo mount -a +``` + In case of batch file permission it is advisable (NOTE: Only sudo can do it): ``` @@ -66,6 +75,7 @@ find /mnt/ISRIC_Monoliths -type f -exec chmod 666 {} \; #for files ``` + Monolith image update and implementation ---------------------------------------- -- GitLab