From 6ab89ff5905156fbffc901a3c381b8a757d1ed22 Mon Sep 17 00:00:00 2001 From: Brian Pondi Date: Wed, 20 Jul 2022 12:27:15 +0200 Subject: [PATCH] Update Docs --- README.md | 24 +-------------------- {doc => docs}/lightweight-architecture.png | Bin 2 files changed, 1 insertion(+), 23 deletions(-) rename {doc => docs}/lightweight-architecture.png (100%) diff --git a/README.md b/README.md index 47698d1..2c21b90 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This service integrates STAC API, OpenEO standards and gdalcubes(Data Cubes) to be a lightweight platform to enable processing of time series satellite images via RESTful APIs. It also supports users to run their custom R functions. -![](doc/lightweight-architecture.png) +![](docs/lightweight-architecture.png) After processing the data , one can zip and export the final output to AWS S3 bucket where they can download and explore on open source tools like QGIS. @@ -48,28 +48,6 @@ Shutting it down: docker-compose down ``` - -##### Docker-Compose commands for Reference - -Run it: - -```bash -docker-compose up -``` - -Run in detached mode: - -```bash -docker-compose up -d -``` - -Shutting it down: - -```bash -docker-compose down -``` - - Force restart and rebuild: ```bash diff --git a/doc/lightweight-architecture.png b/docs/lightweight-architecture.png similarity index 100% rename from doc/lightweight-architecture.png rename to docs/lightweight-architecture.png