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

Loading sample custom data instructions are broken #471

Open
wittrock opened this issue Aug 9, 2024 · 1 comment
Open

Loading sample custom data instructions are broken #471

wittrock opened this issue Aug 9, 2024 · 1 comment

Comments

@wittrock
Copy link

wittrock commented Aug 9, 2024

While following the quickstart guide with the current stable version of datacommons-website-compose, I failed to load custom data on the admin page, with the following error message:

Input path must be a directory: /userdata/. If it is a GCS path, ensure it ends with a '/'.

The current stable release requires that the sample custom data is mapped at /userdata, but the current quickstart guide just suggests using $OUTPUT_DIR

This command fixes custom data loading for me:

docker run -it 
-p 8080:8080 
-e DEBUG=true 
--env-file $PWD/custom_dc/env.list 
-v $PWD/custom_dc/sample:/userdata
$DOCKER_IMAGE
@wittrock
Copy link
Author

wittrock commented Aug 9, 2024

@kmoscoe notes that her upcoming PR will fix this: #469

Thanks Kara!

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

1 participant