mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-16 06:22:59 +00:00
move version requirement further up
This commit is contained in:
@@ -3,6 +3,8 @@
|
|||||||
This directory contains two examples of running a shared notebook server as a service,
|
This directory contains two examples of running a shared notebook server as a service,
|
||||||
one as a 'managed' service, and one as an external service with supervisor.
|
one as a 'managed' service, and one as an external service with supervisor.
|
||||||
|
|
||||||
|
These examples require jupyterhub >= 0.7.2.
|
||||||
|
|
||||||
A single-user notebook server is run as a service,
|
A single-user notebook server is run as a service,
|
||||||
and uses groups to authenticate a collection of users with the Hub.
|
and uses groups to authenticate a collection of users with the Hub.
|
||||||
|
|
||||||
@@ -21,5 +23,3 @@ In the external example, some extra steps are required to set up supervisor:
|
|||||||
3. copy `shared-notebook.conf` to `/etc/supervisor/conf.d/`
|
3. copy `shared-notebook.conf` to `/etc/supervisor/conf.d/`
|
||||||
4. `supervisorctl reload`
|
4. `supervisorctl reload`
|
||||||
|
|
||||||
These examples require jupyterhub >= 0.7.2.
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user