diff --git a/docs/Dev/install-with-docker.md b/docs/Dev/install-with-docker.md index 214a0753..56eac720 100644 --- a/docs/Dev/install-with-docker.md +++ b/docs/Dev/install-with-docker.md @@ -58,19 +58,19 @@ displaying raw data and validation results on top of the OSM map. Run this command for start processing data from 2 days ago: ```sh -docker exec -w /code/build underpass underpass -t $(date +%Y-%m-%dT%H:%M:%S -d "2 days ago") +docker exec -d underpass underpass -t $(date +%Y-%m-%dT%H:%M:%S -d "2 days ago") ``` -On MacOS, the date command is different: +From MacOS, the date command is different: ```sh -docker exec -w /code/build underpass underpass -t $(date -v -2d +%Y-%m-%dT%H:%M:%S) +docker exec -d underpass underpass -t $(date -v -2d +%Y-%m-%dT%H:%M:%S) ``` For running underpass as a daemon, use the `-d` option: ```sh -docker exec -d -w /code/build underpass underpass -t $(date -v -2d +%Y-%m-%dT%H:%M:%S) +docker exec -d underpass underpass -t $(date -v -2d +%Y-%m-%dT%H:%M:%S) ``` ### Stop and start underpass diff --git a/docs/Replication/Run.md b/docs/Replication/Run.md index 3a1862c8..8d840de6 100644 --- a/docs/Replication/Run.md +++ b/docs/Replication/Run.md @@ -8,11 +8,11 @@ On MacOS, the date command is different `underpass -t $(date -v -2d +%Y-%m-%dT%H:%M:%S)` -Using Docker, add `docker exec -d -w /code/build underpass` +Using Docker, add `docker exec -d underpass` -`docker exec -w /code/build underpass underpass -t $(date -v -2d +%Y-%m-%dT%H:%M:%S)` +`docker exec -d underpass underpass -t $(date -v -2d +%Y-%m-%dT%H:%M:%S)` For running underpass as a daemon, use the -d option: -`docker exec -d -w /code/build underpass underpass -t $(date -v -2d +%Y-%m-%dT%H:%M:%S)` +`docker exec -d underpass underpass -t $(date -v -2d +%Y-%m-%dT%H:%M:%S)` diff --git a/docs/get-started/Run.md b/docs/get-started/Run.md index 18a593c0..524b0b6d 100644 --- a/docs/get-started/Run.md +++ b/docs/get-started/Run.md @@ -16,10 +16,10 @@ On MacOS, the date command is slighty different: If you're running Underpass on a Docker container: -`docker exec -w /code/build underpass underpass -t $(date +%Y-%m-%dT%H:%M:%S -d "2 days ago")` +`docker exec underpass underpass -t $(date +%Y-%m-%dT%H:%M:%S -d "2 days ago")` For running as a daemon: -`docker exec -d -w /code/build underpass underpass -t $(date -v -2d +%Y-%m-%dT%H:%M:%S)` +`docker exec -d underpass underpass -t $(date -v -2d +%Y-%m-%dT%H:%M:%S)` diff --git a/docs/get-started/Setup.md b/docs/get-started/Setup.md index ef049002..c1488b8c 100644 --- a/docs/get-started/Setup.md +++ b/docs/get-started/Setup.md @@ -44,7 +44,7 @@ Use `-u ` `-h ` `-d ` `-d ` for the database con If you installed Underpass with Docker, you might use the `-p 5439 -k yes` options. -./bootstrap.sh -r south-america -c uruguay -p 5439 -k yes +`./bootstrap.sh -r south-america -c uruguay -p 5439 -k yes` Regions (-r) are: africa