Repository: flink-web
Updated Branches:
  refs/heads/asf-site 48be7c6f2 -> 5158ac969


[FLINK-3737] adding note about SOCKS proxy server


Project: http://git-wip-us.apache.org/repos/asf/flink-web/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink-web/commit/fce7775f
Tree: http://git-wip-us.apache.org/repos/asf/flink-web/tree/fce7775f
Diff: http://git-wip-us.apache.org/repos/asf/flink-web/diff/fce7775f

Branch: refs/heads/asf-site
Commit: fce7775fa8eddbff108bafa47374f56e820b2e8a
Parents: 48be7c6
Author: Todd Lisonbee <todd.lison...@intel.com>
Authored: Mon Apr 11 00:39:22 2016 -0700
Committer: Robert Metzger <rmetz...@apache.org>
Committed: Mon Apr 18 20:28:01 2016 +0200

----------------------------------------------------------------------
 contribute-code.md | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink-web/blob/fce7775f/contribute-code.md
----------------------------------------------------------------------
diff --git a/contribute-code.md b/contribute-code.md
index 8c822b0..0c2b2a6 100644
--- a/contribute-code.md
+++ b/contribute-code.md
@@ -183,6 +183,12 @@ git clone https://github.com/<your-user-name>/flink.git
 The code is downloaded into a directory called `flink`.
 
 
+### Proxy Settings
+
+If you are behind a firewall you may need to provide Proxy settings to Maven 
and your IDE.
+
+For example, the WikipediaEditsSourceTest communicates over IRC and need a 
[SOCKS proxy 
server](http://docs.oracle.com/javase/8/docs/technotes/guides/net/proxies.html) 
to pass.
+
 ### Setup an IDE and import the source code
 {:.no_toc} 
 

Reply via email to