Clarify instructions for running the TLJH bootstrap script in the Jetstream installation guide

This commit is contained in:
Andrea Zonca
2025-08-26 17:16:55 -07:00
parent 512935abb7
commit ae503c3096

View File

@@ -38,7 +38,7 @@ We'll create a new Jetstream2 instance:
ssh exouser@yourinstancename.xxx0000000.projects.jetstream-cloud.org
```
4. Run the TLJH bootstrap script:
4. Run the TLJH bootstrap script, replace <admin-user-name> with the name of the first admin user for this JupyterHub. Choose any name you like (dont forget to remove the brackets!). This admin user can log in after the JupyterHub is set up, and can configure it to their needs.
```bash
curl -L https://tljh.jupyter.org/bootstrap.py | sudo -E python3 - --admin <admin-user-name>