Skip to content

Commit abfe321

Browse files
authored
Update 3-catalogue-publication.md
1 parent c912916 commit abfe321

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/3-catalogue-publication.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ First clear the existing database:
9191
```bash
9292
pycsw-admin.py delete-records -c /etc/pycsw/pycsw.yml
9393
```
94-
# PowerShell
94+
# Docker
9595
```bash
9696
docker 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

0 commit comments

Comments
 (0)