mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
minor fixes to dev-instructions
This commit is contained in:
committed by
GitHub
parent
5675aafcf5
commit
450f1a2dc9
@@ -34,17 +34,18 @@ The easiest & safest way to develop & test TLJH is with `Docker <https://www.doc
|
||||
|
||||
sudo docker exec -it tljh-dev /bin/bash
|
||||
|
||||
#. Run the installer! The container image is already set up to default to a
|
||||
``dev`` install, so it'll install from your local repo rather than from github.
|
||||
#. Run the installer from inside the container (see step above):
|
||||
The container image is already set up to default to a ``dev`` install, so
|
||||
it'll install from your local repo rather than from github.
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
# bash /srv/src/installer/install.bash
|
||||
bash /srv/src/installer/install.bash
|
||||
|
||||
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
|
||||
`http://localhost:1200 <http://localhost:12000>`_. Congratulations, you are
|
||||
`http://localhost:12000 <http://localhost:12000>`_. Congratulations, you are
|
||||
set up to develop TLJH!
|
||||
|
||||
#. Make some changes to the repository. You can test easily depending on what
|
||||
|
||||
Reference in New Issue
Block a user