Small project to recover Hoover document URLs.
2.2K
This Repository is part of Liquid Investigations.
Small project to recover Hoover document URLs.
Create the docker image
docker build -t reup .
Start the container
docker run --env SECRET_KEY=<secret> --env REUP_HOSTNAME=<hostname> -p 8000:<port> reup
| Variable | Description |
|---|---|
| DEBUG | Debug state |
| SECRET_KEY | The Django secret key |
| REUP_BASE_URL | The application base url |
| ALLOWED_HOSTS | The application allowed hosts |
| REUP_DOCUMENT_URL_PREFIX | The prefix used to display the updated urls |
Run the following on the container:
python manage.py import_documents <documents csv path>
pipenv install
pipenv run ./manage.py test
Content type
Image
Digest
Size
375.9 MB
Last updated
almost 7 years ago
docker pull liquidinvestigations/reup