Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resource Catalogue - invalid command to load sample records #48

Open
blaziq opened this issue Dec 2, 2024 · 1 comment
Open

Resource Catalogue - invalid command to load sample records #48

blaziq opened this issue Dec 2, 2024 · 1 comment
Assignees

Comments

@blaziq
Copy link

blaziq commented Dec 2, 2024

The Deployment Guide says:

For example, to load sample records from the samples/records directory, run the following command:

pycsw-admin.py -c load_records -f etc/pycsw/default.cfg -p samples/records

This command should be run after entering the Resource Catalogue PYCSW pod.

The command is incorrect and cannot be successfully executed:

  • pycsw-admin.py does not have the option -c - command is written directly after the name of the executable, without switches
  • there is no such command load_records - the correct command for pycsw-admin.py is load-records
  • the paths etc/pycsw/default.cfg and samples/records do not exist in the pod
@james-hinton
Copy link
Contributor

Just to comment, I am aware that there is not any sample data to load. I used various sources to compile the usage instructions, I still need to find working sample data.

This will be a priority.

@james-hinton james-hinton self-assigned this Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants