File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ First clear the existing database:
9191``` bash
9292pycsw-admin.py delete-records -c /etc/pycsw/pycsw.yml
9393```
94- # PowerShell
94+ # Docker
9595``` bash
9696docker exec -it pycsw bash -c " pycsw-admin.py delete-records -c /etc/pycsw/pycsw.yml"
9797```
@@ -107,12 +107,11 @@ Use pycsw-admin.py to load the records into the catalogue database:
107107::: {.panel-tabset}
108108# Container terminal
109109``` bash
110- pycsw-admin.py load-records -p /etc /data/export -c /etc/pycsw/pycsw.yml -y -r
110+ pycsw-admin.py load-records -p /srv /data/export -c /etc/pycsw/pycsw.yml -y -r
111111```
112- # PowerShell
112+ # Docker
113113``` bash
114- docker exec -it pycsw bash -c `
115- " pycsw-admin.py load-records -p /srv/data/export -c /etc/pycsw/pycsw.yml -y -r"
114+ docker exec -it pycsw bash -c " pycsw-admin.py load-records -p /srv/data/export -c /etc/pycsw/pycsw.yml -y -r"
116115```
117116:::
118117
You can’t perform that action at this time.
0 commit comments