Clarify wording in README

This commit is contained in:
yuvipanda
2018-07-11 10:45:02 -07:00
parent 84e945367d
commit ff5b8006ed

View File

@@ -35,12 +35,16 @@ Installation
The Littlest JupyterHub (TLJH) can run on any server that is running at least 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! Ubuntu 18.04. We have a bunch of tutorials to get you started!
- `Tutorial for installing TLJH on your own server that is already running. - Tutorials to create a new server from scratch on a cloud provider & run TLJH
<http://the-littlest-jupyterhub.readthedocs.io/en/latest/tutorials/custom.html>`_ on it. These are **recommended** if you do not have much experience setting up
- Tutorials for creating a new server & setting up TLJH on it in various servers.
cloud providers:
- `Digital Ocean <http://the-littlest-jupyterhub.readthedocs.io/en/latest/tutorials/digitalocean.html>`_ - `Digital Ocean <http://the-littlest-jupyterhub.readthedocs.io/en/latest/tutorials/digitalocean.html>`_
- `Google Cloud <http://the-littlest-jupyterhub.readthedocs.io/en/latest/tutorials/google.html>`_ - `Google Cloud <http://the-littlest-jupyterhub.readthedocs.io/en/latest/tutorials/google.html>`_
- `Jetstream <http://the-littlest-jupyterhub.readthedocs.io/en/latest/tutorials/jetstream.html>`_ - `Jetstream <http://the-littlest-jupyterhub.readthedocs.io/en/latest/tutorials/jetstream.html>`_
- ... more, if you add them! :) - ... your favorite provider here, if you can contribute!
- `Tutorial to install TLJH on an already running server you have root access to
<http://the-littlest-jupyterhub.readthedocs.io/en/latest/tutorials/custom.html>`_.
You should use this if your cloud provider does not already have a direct tutorial,
or if you have experience setting up servers.