Merge pull request #395 from GeorgianaElena/admin_pass_on_setup

Set admin password during install
This commit is contained in:
Yuvi Panda
2020-01-29 08:12:59 -08:00
committed by GitHub
8 changed files with 121 additions and 15 deletions

View File

@@ -43,6 +43,14 @@ The easiest & safest way to develop & test TLJH is with `Docker <https://www.doc
python3 /srv/src/bootstrap/bootstrap.py --admin admin
Or, if you would like to setup the admin's password during install,
you can use this command (replace "admin" with the desired admin username
and "password" with the desired admin password):
.. code-block:: console
python3 /srv/src/bootstrap/bootstrap.py --admin admin:password
The primary hub environment will also be in your PATH already for convenience.
#. You should be able to access the JupyterHub from your browser now at