File tree Expand file tree Collapse file tree 4 files changed +5
-15
lines changed
Expand file tree Collapse file tree 4 files changed +5
-15
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -40,13 +40,13 @@ Initialize metadata for files in webdav (once)
4040
4141``` bash
4242docker run -it --rm -v$( pwd) :/geodata pvgenuchten/geodatacrawler crawl-metadata -
43- -dir=/geodata --mode=init
43+ -dir=/srv/data --mode=init
4444```
4545Update metadata in case new verions are uploaded
4646
4747``` bash
4848docker run -it --rm -v$( pwd) :/geodata pvgenuchten/geodatacrawler crawl-metadata -
49- -dir=/geodata --mode=init
49+ -dir=/srv/data --mode=update
5050```
5151
5252## MapServer
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ services:
2626 - MS_ERRORFILE=stderr
2727 - MAPSERVER_CONFIG_FILE=/srv/data/ms.conf # config file is mounted into container
2828 - PROJ_DATA=/usr/local/share/proj
29- - PROJ_LIB=/usr/local/share/proj
3029 volumes :
3130 - ./data:/srv/data
3231 labels :
@@ -44,8 +43,8 @@ services:
4443 container_name : " pycsw"
4544 volumes :
4645 - ./pycsw/pycsw.yml:/etc/pycsw/pycsw.yml
47- - ./pycsw/_base.html:/usr/local/lib/python3.10/site-packages/pycsw/ogc/api/templates/_base .html # to override layout
48-
46+ - ./pycsw/_base.html:/usr/local/lib/python3.10/site-packages/pycsw/ogc/api/templates/landing_page .html # to override layout
47+ - ./pycsw/_base.html:/usr/local/lib/python3.10/site-packages/pycsw/ogc/api/templates/landing_page.html
4948 environment :
5049 # Configuration for the catalogue, see the pycsw.yml file how these values are used
5150 CAT_URL : http://${SDI_DOMAIN}
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ services:
4444 - ./pycsw/pycsw.yml:/etc/pycsw/pycsw.yml
4545 - ./pycsw/_base.html:/usr/local/lib/python3.10/site-packages/pycsw/ogc/api/templates/_base.html # to override layout
4646 - ./pycsw/landing_page.html:/usr/local/lib/python3.10/site-packages/pycsw/ogc/api/templates/landing_page.html # to override layout
47+ - ./data:/srv/data
4748 environment :
4849 # Configuration for the catalogue, see the pycsw.yml file how these values are used
4950 CAT_URL : http://${SDI_DOMAIN}
You can’t perform that action at this time.
0 commit comments