From 9f807a5959ebfa93f09a6596d9cf0a24964606c8 Mon Sep 17 00:00:00 2001 From: "Jessica B. Hamrick" Date: Thu, 25 Jun 2015 14:48:18 -0400 Subject: [PATCH] Add some docs clarifications --- README.md | 1 + docs/getting-started.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a7ed3e81..1cbba8b9 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ which is required for npm to work on Debian/Ubuntu at this point) Then install javascript dependencies: + sudo npm install sudo npm install -g configurable-http-proxy ### Optional diff --git a/docs/getting-started.md b/docs/getting-started.md index 1304ef35..4e08f3d8 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -130,7 +130,7 @@ c.JupyterHub.proxy_api_ip = '10.0.1.4' c.JupyterHub.proxy_api_port = 5432 ``` -The Hub service also listens only on localhost by default. +The Hub service also listens only on localhost (port 8080) by default. The Hub needs needs to be accessible from both the proxy and all Spawners. When spawning local servers localhost is fine, but if *either* the Proxy or (more likely) the Spawners will be remote or isolated in containers,