mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-16 22:43:00 +00:00
6 lines
162 B
Bash
6 lines
162 B
Bash
# make some API tokens, one for the proxy, one for the service
|
|
export CONFIGPROXY_AUTH_TOKEN=`openssl rand -hex 32`
|
|
|
|
# start JupyterHub
|
|
jupyterhub --ip=127.0.0.1
|