move version requirement further up

This commit is contained in:
Min RK
2017-01-06 16:57:13 +01:00
parent a43d677ae4
commit f5b30fd2b4

View File

@@ -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.