diff --git a/README.md b/README.md index b75c743..1b12130 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ You can access ARLAS just like the IAM deployement. You can also use the same sc To setup an ARLAS EO catalog: 1) place some geotiff files in ${APROC_INPUT_DIR} configured in [conf/aias.env](conf/aias.env). -2) go to the **Import** page (top right menu) to add the geotiff file in the catalog. +2) Go to the web page of ARLAS, then click the **Import** link (top right menu). This brings you to the import page. Add the geotiff file in the catalog by clicking on the + icon next to the tiff file. 3) once added, run : `./scripts/init_aias_catalog.sh local.iam.user catalog airs_main` diff --git a/conf/minio.env b/conf/minio.env index 16cbb3d..e48e931 100644 --- a/conf/minio.env +++ b/conf/minio.env @@ -1,4 +1,4 @@ MINIO_MC_CONF_DIR=arlas-data-mc-conf -MINIO_ROOT_PASSWORD=airssecret # at least 8 characters +MINIO_ROOT_PASSWORD=airssecret MINIO_ROOT_USER=airs diff --git a/scripts/reset_data.sh b/scripts/reset_data.sh index 9eb6683..73c1094 100755 --- a/scripts/reset_data.sh +++ b/scripts/reset_data.sh @@ -1,2 +1,2 @@ #!/bin/bash -docker volume rm arlas-test-data-es arlas-test-persist arlas-test-postgres arlas-test-data-minio +docker volume rm arlas-data-es arlas-persist arlas-postgres arlas-data-minio diff --git a/start.sh b/start.sh index a5f47d4..04347d2 100755 --- a/start.sh +++ b/start.sh @@ -46,11 +46,11 @@ then echo "Initialising Minio configuration..." set +e docker compose -p arlas-exploration-stack \ - --env-file conf/versions.env \ - --env-file conf/stack.env \ - --env-file conf/aias.env \ - --env-file conf/minio.env \ - -f dc/ref-dc-net.yaml -f dc/ref-dc-aias-minio-init.yaml -f dc/ref-dc-aias-minio.yaml -f dc/ref-dc-aias-volumes.yaml -f dc/ref-dc-volumes.yaml \ + --env-file conf/versions.env \ + --env-file conf/stack.env \ + --env-file conf/aias.env \ + --env-file conf/minio.env \ + -f dc/ref-dc-net.yaml -f dc/ref-dc-aias-minio-init.yaml -f dc/ref-dc-aias-minio.yaml -f dc/ref-dc-aias-volumes.yaml -f dc/ref-dc-volumes.yaml \ up -d --wait --wait-timeout 300 minio createbuckets echo "...done." set -e