Skip to content

Commit

Permalink
Merge pull request #219 from cmd-ntrf/docs_fix
Browse files Browse the repository at this point in the history
Installation documentation fixes
  • Loading branch information
minrk authored Sep 14, 2023
2 parents c9a0843 + 7cfb963 commit 3caded5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
$ python3 -m pip install jupyterhub
```

2. Install **jupyterhub-traefik-proxy**, which is available now as pre-release:
2. Install **jupyterhub-traefik-proxy**:

```
python3 -m pip install jupyterhub-traefik-proxy
Expand Down Expand Up @@ -84,7 +84,7 @@ you can load a specific config file and start JupyterHub using:
$ jupyterhub -f /path/to/jupyterhub_config.py
```

There is an example configuration file [here](https://github.com/jupyterhub/traefik-proxy/blob/HEAD/examples/jupyterhub_config.py) that configures JupyterHub to run with _TraefikEtcdProxy_ as the proxy and uses dummyauthenticator and simplespawner to enable testing without administrative privileges.
There is an example configuration file [here](https://github.com/jupyterhub/traefik-proxy/blob/HEAD/examples/jupyterhub_config_etcd.py) that configures JupyterHub to run with _TraefikEtcdProxy_ as the proxy and uses dummyauthenticator and simplespawner to enable testing without administrative privileges.

In _jupyterhub_config.py_:

Expand Down

0 comments on commit 3caded5

Please sign in to comment.