From 1c39c9212c23066bfd977e7021b49ad4674398cb Mon Sep 17 00:00:00 2001 From: Jeffery Antoniuk Date: Tue, 7 May 2019 09:43:10 -0600 Subject: [PATCH] forward proxy added to README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 04eed0b..3d727f5 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,10 @@ The two main applications are: - CWRC API endpoint: https://github.com/cwrc/islandora_bagit_extension +- If forward proxy in use then set `http_proxy` environment variable (see FAQ for details) + + - e.g., http_proxy='http://server.proxy:port' cwrc_preserver.rb -d --config=config.file + - Configuration file - use [secrets_example.yml](secrets_example.yml) as a starting point and the `-C --config PATH` to specify the config file to utilize. ``` @@ -205,6 +209,11 @@ To run rubocop by itself: ### Troubleshooting +- If using a forward proxy + - test via `curl` with an env var `http_proxy` + - + - + ## Next steps: **ToDo: 2018-06-27 - uncertain if still valid**