Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvaingaudan committed Oct 18, 2024
1 parent 881fb8d commit f6e1cd5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion conf/minio.env
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion scripts/reset_data.sh
Original file line number Diff line number Diff line change
@@ -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
10 changes: 5 additions & 5 deletions start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f6e1cd5

Please sign in to comment.