(no title)
alcroito | 1 month ago
There's no `.env.example` file to copy from. And even if the env vars are set manually, there are issues with the mentioned volumes not existing locally.
Seems like this needs more polish.
alcroito | 1 month ago
There's no `.env.example` file to copy from. And even if the env vars are set manually, there are issues with the mentioned volumes not existing locally.
Seems like this needs more polish.
19-84|1 month ago
https://github.com/19-84/redd-archiver/commit/0bb103952195ae...
the docs have been updated with mkdir steps
https://github.com/19-84/redd-archiver/commit/c3754ea3a0238f...
alcroito|1 month ago
This is still missing creating the `output/.postgres-data` dir, without which docker compose refuses to start.
After creating that manually, going to http://localhost/ shows a 403 Forbidden page, which makes you believe that something might have gone wrong.
This is before running `reddarchiver-builder python reddarc.py` to generate the necessary DB from the input data.