-
Apologies for the novice question but I'm unsure how to add a helper script, specifically the import_4plebs script, when running through docker. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hi @jonodd , the Hope that helps! |
Beta Was this translation helpful? Give feedback.
-
Docker has a few ways to use the command line, but one thing you will need to do is transfer the files you are importing into the container environment. If you use your command line, you could do something like... |
Beta Was this translation helpful? Give feedback.
Not really based on that information. Each dataset creates a log so perhaps there is information there if something failed. The backend and frontend have logs as well that may give you more information (in your case visible in the Docker UI by clicking on the containers). You also might check that the 4plebs data was properly imported into the database (
docker exec -it 4cat_db psql fourcat fourcat
to connect to it assuming you did not adjust database settings). Look for the 4chan related tables (e.g.,posts_4chan
) and check that your data was imported.