From 8ac5c10f05dad7fe5dae0eb4ae0b4d6b9e851209 Mon Sep 17 00:00:00 2001 From: Danila Date: Thu, 30 Oct 2025 16:16:31 +0300 Subject: [PATCH] correct Readme --- README.markdown | 8 ++------ file | 1 - 2 files changed, 2 insertions(+), 7 deletions(-) delete mode 100644 file diff --git a/README.markdown b/README.markdown index b58e7ff..14f22e0 100644 --- a/README.markdown +++ b/README.markdown @@ -67,7 +67,7 @@ Just follow the instructions: 4. in `docker-compose.yml` file replace the following string: `/home/danila/Danila/work/MVN/flight/data:/mnt/raw_mvn_data` with: -`\` (see `Requirements`) +`:/mnt/raw_mvn_data` (see `Requirements`) 5. compose and run docker image (in `wsl` if you use Windows): ```bash @@ -94,7 +94,7 @@ docker compose run --rm asotr_cronjob or using crontab (parse all ASOTR raw data every 2 hours): ```bash crontab -e -0 */2 * * * cd \ && docker compose run --rm asotr_cronjob +0 */2 * * * cd && docker compose run --rm asotr_cronjob ``` csv files with ASOTR data: in directory: @@ -102,10 +102,6 @@ csv files with ASOTR data: in directory: ### Plot ASOTR data in specified date borders (for MVN reports) -1-2. See previous chapter (``Plot all ASOTR data``) - -3. plot ASOTR data in specified data borders - ```bash cd \ docker exec -it asotr_container bash diff --git a/file b/file deleted file mode 100644 index 796a6bb..0000000 --- a/file +++ /dev/null @@ -1 +0,0 @@ -docker run -it -v /home/danila/Danila/work/MVN/Soft/PID/python/data/asotr:/app/data/asotr -v /home/danila/Danila/work/MVN/Soft/PID/python/plots:/app/plots -v /home/danila/Danila/work/MVN/flight/data:/mnt/host_data asotr:latest bash