Sign inSign up

liquidinvestigations/reup

By liquidinvestigations

Updated over 5 years ago

Small project to recover Hoover document URLs.

Image
Integration & delivery
Internet of things
Monitoring & observability
0

2.2K

liquidinvestigations/reup repository overview

Liquid Investigations

This Repository is part of Liquid Investigations.


reup

Small project to recover Hoover document URLs.

Docker

Import documents
Build

Create the docker image

docker build -t reup .
Run

Start the container

docker run --env SECRET_KEY=<secret> --env REUP_HOSTNAME=<hostname> -p 8000:<port> reup
Environmental variables
VariableDescription
DEBUGDebug state
SECRET_KEYThe Django secret key
REUP_BASE_URLThe application base url
ALLOWED_HOSTSThe application allowed hosts
REUP_DOCUMENT_URL_PREFIXThe prefix used to display the updated urls
Import documents

Run the following on the container:

python manage.py import_documents <documents csv path>
Run tests
pipenv install
pipenv run ./manage.py test

Tag summary

Content type

Image

Digest

Size

375.9 MB

Last updated

almost 7 years ago

docker pull liquidinvestigations/reup