From 0aa541fa186a71df535880bc733cd7990d89c94c Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Thu, 18 Jun 2020 14:46:01 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=93=20README:=20Reference=20howto/*pro?= =?UTF-8?q?xy*.md=20instead=20of=20duplicating=20the=20proxy=20settings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d7588c9..5af376f 100644 --- a/README.md +++ b/README.md @@ -72,9 +72,6 @@ This produces a workspace directory `PPN77164308X` with the OCR results in it; the results are viewable as explained above. ppn2ocr requires a working Docker setup and properly set up environment -variables for the proxy configuration. At SBB, this means: -~~~ -export HTTP_PROXY=http://http-proxy.sbb.spk-berlin.de:3128/ -export HTTPS_PROXY=$HTTP_PROXY; export http_proxy=$HTTP_PROXY; export https_proxy=$HTTP_PROXY -export no_proxy=localhost,digital.staatsbibliothek-berlin.de,content.staatsbibliothek-berlin.de -~~~ +variables for the proxy configuration. At SBB, this following +`howto/docker-proxy.md` and `howto/proxy-settings-for-shell+python.md` +(in qurator's mono-repo).