diff --git a/docs/index.rst b/docs/index.rst index afa30ac..63ce64a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -5,6 +5,27 @@ The Littlest JupyterHub A simple `JupyterHub `_ distribution for a small (0-50) number of users on a single server. +Installation +============ + +The Littlest JupyterHub (TLJH) can run on any server that is running at least +Ubuntu 18.04. We have a bunch of tutorials to get you started. + +- Tutorials to create a new server from scratch on a cloud provider & run TLJH + on it. These are **recommended** if you do not have much experience setting up + servers. + + .. toctree:: + :titlesonly: + + tutorials/digitalocean + tutorials/jetstream + tutorials/google + +- :ref:`tutorial/custom`. + You should use this if your cloud provider does not already have a direct tutorial, + or if you have experience setting up servers. + Tutorials ========= diff --git a/docs/tutorials/custom.rst b/docs/tutorials/custom.rst index 14a6a8f..0b29050 100644 --- a/docs/tutorials/custom.rst +++ b/docs/tutorials/custom.rst @@ -1,8 +1,8 @@ -.. _tutorial_quickstart_custom: +.. _tutorials/custom: -======================================= -Tutorial: JupyterHub on your own server -======================================= +============================= +Installing on your own server +============================= Goal ==== diff --git a/docs/tutorials/digitalocean.rst b/docs/tutorials/digitalocean.rst index 5d1df9f..fe1537d 100644 --- a/docs/tutorials/digitalocean.rst +++ b/docs/tutorials/digitalocean.rst @@ -1,8 +1,8 @@ .. _tutorial_quickstart_digitalocean: -===================================== -Tutorial: JupyterHub on Digital Ocean -===================================== +=========================== +Installing on Digital Ocean +=========================== Goal ==== @@ -15,7 +15,6 @@ Pre-requisites ============== #. A DigitalOcean account with a payment method attached. -#. Some familiarity with the command line. Step 1: Installing The Littlest JupyterHub ========================================== diff --git a/docs/tutorials/google.rst b/docs/tutorials/google.rst index 7eb365f..2c92ae0 100644 --- a/docs/tutorials/google.rst +++ b/docs/tutorials/google.rst @@ -1,8 +1,8 @@ .. _tutorial_quickstart_google: -==================================== -Tutorial: JupyterHub on Google Cloud -==================================== +========================== +Installing on Google Cloud +========================== Goal ==== diff --git a/docs/tutorials/jetstream.rst b/docs/tutorials/jetstream.rst index 67a2b8d..8ce5ef7 100644 --- a/docs/tutorials/jetstream.rst +++ b/docs/tutorials/jetstream.rst @@ -1,8 +1,8 @@ .. _tutorial_quickstart_jetstream: -================================= -Tutorial: JupyterHub on Jetstream -================================= +======================= +Installing on Jetstream +======================= Goal ==== @@ -15,8 +15,7 @@ Prerequisites ============= #. A Jetstream account with an XSEDE allocation; for more information, - go to the `Jetstream Allocations help page `_. -#. Some familiarity with the command line. + see the `Jetstream Allocations help page `_. Step 1: Installing The Littlest JupyterHub ==========================================