From d5f0587181f0606df2a958921bf9deb937de4474 Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Tue, 21 Aug 2018 11:21:53 -0400 Subject: [PATCH] polish locl server install --- docs/install/custom-server.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/install/custom-server.rst b/docs/install/custom-server.rst index d476b72..e28ae7e 100644 --- a/docs/install/custom-server.rst +++ b/docs/install/custom-server.rst @@ -31,6 +31,12 @@ Step 1: Installing The Littlest JupyterHub #. Using a terminal program, SSH into your server. This should give you a prompt where you can type commands. +#. Make sure you have ``Python3``, ``curl`` and ``git`` installed. On latest Ubuntu you can get all of these with: + +.. code:: + + apt-get install python3 git curl + #. Copy the text below, and paste it into the terminal. Replace ```` with the name of the first **admin user** for this JupyterHub. Choose any name you like (don't forget to replace the brackets!). @@ -49,7 +55,7 @@ Step 1: Installing The Littlest JupyterHub #. Press ``Enter`` to start the installation process. This will take 5-10 minutes, and will say 'Done!' when the installation process is complete. -#. Copy the **Public IP** of your server, and try accessing http:// from +#. Copy the **Public IP** of your server, and try accessing ``http://`` from your browser. If everything went well, this should give you a JupyterHub login page. .. image:: ../images/first-login.png