minor fixes to dev-instructions

This commit is contained in:
Bastian Greshake Tzovaras
2018-06-29 10:04:50 -07:00
committed by GitHub
parent 5675aafcf5
commit 450f1a2dc9

View File

@@ -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