-Requirements on debian:
+extract plaintext from scihub zip files, and send it back to my server
- apt-get install python3 python3-pika python3-tqdm poppler-utils
+Requirements:
+- python3
+- python3: pika 0.11 (NOT newer)
+- python3: poppler-utils
+- on debian: apt-get install python3 python3-pika poppler-utils
To run on your machine:
- ./main.py sm worker
+ TMPDIR=/ssd/2/tmp ./main.py sm worker # TMPDIR defaults to /tmp
To run in a docker container:
- 1. Edit run-docker.sh. Set a bandwidth limit and working directory
- 2. sudo run-docker.sh
+ sudo WORKDIR=/ssd/2/tmp BWLIMIT=150mbit ./run-docker.sh # Set a bandwidth limit and working directory. WORKDIR defaults to /tmp on host
Notes: