correct Readme
This commit is contained in:
@@ -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:
|
||||
`\<PATH_TO_ASOTR_DATA\>` (see `Requirements`)
|
||||
`<PATH_TO_ASOTR_DATA>:/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 \<PATH_TO_MVN_FLIGHT\> && docker compose run --rm asotr_cronjob
|
||||
0 */2 * * * cd <PATH_TO_MVN_FLIGHT> && 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 \<PATH_TO_MVN_FLIGHT\>
|
||||
docker exec -it asotr_container bash
|
||||
|
||||
Reference in New Issue
Block a user