From c8b5fe34629ee0053500f7bcf4b70a66926d0514 Mon Sep 17 00:00:00 2001 From: yuvipanda Date: Fri, 29 Jun 2018 14:41:49 -0700 Subject: [PATCH] Add more context + badges to README Also switch from md to rst for README too --- README.md | 2 -- README.rst | 31 +++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 2 deletions(-) delete mode 100644 README.md create mode 100644 README.rst diff --git a/README.md b/README.md deleted file mode 100644 index c3180f8..0000000 --- a/README.md +++ /dev/null @@ -1,2 +0,0 @@ -# the-littlest-jupyterhub -JupyterHub distribution for small, single-node hubs diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..f6fbde6 --- /dev/null +++ b/README.rst @@ -0,0 +1,31 @@ +The Littlest JupyterHub +======================= + +.. image:: https://circleci.com/gh/yuvipanda/the-littlest-jupyterhub.svg?style=shield + :target: https://circleci.com/gh/yuvipanda/the-littlest-jupyterhub +.. image:: https://media.readthedocs.org/static/projects/badges/passing-flat.svg + :target: https://the-littlest-jupyterhub.readthedocs.io +.. image:: https://badges.gitter.im/jupyterhub/jupyterhub.svg + :target: https://gitter.im/jupyterhub/jupyterhub + +A simple JupyterHub distribution for 1-50 users on a single server. + +This project is currently in pre-alpha state & extremely prone to breaking! + +See `this blog post `_ for +more information. + +Quick Start +----------- + +On a fresh Ubuntu 18.04 server, you can install The Littlest JupyterHub with: + +.. code-block:: bash + + curl https://raw.githubusercontent.com/yuvipanda/the-littlest-jupyterhub/master/installer/install.bash | sudo bash - + +This takes 2-5 minutes to run. When completed, you can access your new JupyterHub +at the public IP of your server (on the default http port 80)! + +For more information (including other installation methods), check out the +`documentation `_.