Commit af97f6807a2a255594696edc85cd91ea002e8c39
1 parent
47667b81
Exists in
dev
changed version format to M.m.b.r_DM.Dm_PM.Pm_yyyy-mm-dd - cf doc dev chapter version
Showing
2 changed files
with
3 additions
and
1 deletions
Show diff stats
docker/PYROS_DOCKER_INSTALL
... | ... | @@ -6,6 +6,7 @@ then |
6 | 6 | echo "db_pyros or pyros weren't running, starting them..." |
7 | 7 | ./PYROS_DOCKER_START.bat |
8 | 8 | fi |
9 | + | |
9 | 10 | # while db container isn't ready to execute queries, wait 5 seconds |
10 | 11 | if ! docker inspect db_pyros --format='{{.State.Health.Status}}' | grep -q 'healthy' |
11 | 12 | then |
... | ... | @@ -15,6 +16,7 @@ while ! docker inspect db_pyros --format='{{.State.Health.Status}}' | grep -q 'h |
15 | 16 | do |
16 | 17 | sleep 5 |
17 | 18 | done |
19 | + | |
18 | 20 | # db container is ready to execture queries, we can start the installation |
19 | 21 | docker exec -it pyros python3 pyros.py install |
20 | 22 | ... | ... |
src/core/pyros_django/misc/templates/base.html