From eb68a80991be6a1742836966033025235461dd6f Mon Sep 17 00:00:00 2001 From: Fred Mitchell Date: Tue, 27 Nov 2018 17:15:18 -0500 Subject: [PATCH] Update custom-server.rst Relax the item about public IP address? Currently the install does **not** report "Done!" --- docs/install/custom-server.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/install/custom-server.rst b/docs/install/custom-server.rst index a5cbece..96d2be3 100644 --- a/docs/install/custom-server.rst +++ b/docs/install/custom-server.rst @@ -36,14 +36,15 @@ Step 1: Installing The Littlest JupyterHub .. code-block:: bash export http_proxy= - export https_proxy= -#. Some requests will fail if your certs are self-signed: +#. Some requests will fail if your certs are self-signed. Copy the text below and paste it + into the terminal after replacing ```` + with the **path of the directory containing your ssl certificates** (don't include the brackets!).: .. code:: - export REQUESTS_CA_BUNDLE=/etc/ssl/certs/ca-certificates - sudo npm config set strict-ssl false + export REQUESTS_CA_BUNDLE= + sudo npm config set cafile #. Make sure you have ``Python3``, ``curl`` and ``git`` installed. On latest Ubuntu you can get all of these with: