Rewrite bootstrapper in Python

- This was going to get too complex for bash. Only way to
  kill those scripts is before they get too complex.
- Better progress messages from bootstrapper.
- Differentiate between bootstrapper & installer
- Cleanup documentation a little bit
This commit is contained in:
yuvipanda
2018-07-02 15:12:26 -07:00
parent a3cb0e0825
commit 715860707b
10 changed files with 178 additions and 101 deletions

View File

@@ -74,7 +74,7 @@ jobs:
name: run tljh installer
command: |
docker cp . tljh-systemd-ci:/srv/src
docker exec -it tljh-systemd-ci bash /srv/src/installer/install.bash
docker exec -it tljh-systemd-ci python3 /srv/src/bootstrap/bootstrap.py
- run:
name: check jupyterhub is up