mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Normalize heading levels to match documentation guidelines
This commit is contained in:
@@ -1,23 +1,24 @@
|
||||
.. _requirements:
|
||||
|
||||
===================
|
||||
Server Requirements
|
||||
===================
|
||||
|
||||
Operating System
|
||||
----------------
|
||||
================
|
||||
|
||||
We recommend using Ubuntu 18.04 as the base operating system for your server.
|
||||
Ubuntu 16.04 should also work, but is not officially supported. other Linux
|
||||
distributions and operating systems are also not officially supported.
|
||||
|
||||
Root access
|
||||
-----------
|
||||
===========
|
||||
|
||||
Full ``root`` access to this server is required. This might be via ``sudo``
|
||||
(recommended) or by direct access to ``root`` (not recommended!)
|
||||
|
||||
External IP
|
||||
-----------
|
||||
===========
|
||||
|
||||
An external IP allows users on the internet to reach your JupyterHub. Most
|
||||
VPS / Cloud providers give you a public IP address along with your server. If
|
||||
@@ -25,7 +26,7 @@ you are hosting on a physical machine somewhere, talk to your system administrat
|
||||
about how to get HTTP traffic from the world into your server.
|
||||
|
||||
Memory (RAM)
|
||||
------------
|
||||
============
|
||||
|
||||
RAM is often the biggest limiting factor to the question 'how many users can use this JupyterHub
|
||||
at the same time?'. If you want to support ``N`` maximum concurrent active users
|
||||
|
||||
Reference in New Issue
Block a user