Document all the actions the installer performs

This commit is contained in:
yuvipanda
2018-08-01 18:05:34 -07:00
parent 912d5a5e17
commit 381deaa399
7 changed files with 130 additions and 15 deletions

View File

@@ -32,11 +32,16 @@ Step 1: Installing The Littlest JupyterHub
.. code-block:: bash
#!/bin/bash
curl https://raw.githubusercontent.com/jupyterhub/the-littlest-jupyterhub/master/bootstrap/bootstrap.py \
| sudo python3 - \
#!/bin/bash
curl https://raw.githubusercontent.com/jupyterhub/the-littlest-jupyterhub/master/bootstrap/bootstrap.py \
| sudo python3 - \
--admin <admin-user-name>
.. note:
See :ref:`topic/installer-actions` if you want to understand exactly what the installer is doing.
:ref:`topic/customizing-installer` documents other options that can be passed to the installer.
#. Press ``Enter`` to start the installation process. This will take 5-10 minutes,
and will say 'Done!' when the installation process is complete.