diff --git a/README.md b/README.md index f9f1dde7a3b698ded2c02f264abd131d9cb2f5c6..bef967e4f91a64af82bdbf2c1869bbdd322813ee 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 ----------------------------------------