Skip to content

Commit

Permalink
forward proxy added to README
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferya committed May 7, 2019
1 parent 7e21339 commit 1c39c92
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

```
Expand Down Expand Up @@ -205,6 +209,11 @@ To run rubocop by itself:

### Troubleshooting

- If using a forward proxy
- test via `curl` with an env var `http_proxy`
- <https://stackoverflow.com/questions/15792999/how-to-set-a-proxy-in-rubys-net-http#comment65922586_23778707>
- <https://yukimotopress.github.io/http>

## Next steps:

**ToDo: 2018-06-27 - uncertain if still valid**
Expand Down

0 comments on commit 1c39c92

Please sign in to comment.