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 +6,7 @@ then | ||
6 | echo "db_pyros or pyros weren't running, starting them..." | 6 | echo "db_pyros or pyros weren't running, starting them..." |
7 | ./PYROS_DOCKER_START.bat | 7 | ./PYROS_DOCKER_START.bat |
8 | fi | 8 | fi |
9 | + | ||
9 | # while db container isn't ready to execute queries, wait 5 seconds | 10 | # while db container isn't ready to execute queries, wait 5 seconds |
10 | if ! docker inspect db_pyros --format='{{.State.Health.Status}}' | grep -q 'healthy' | 11 | if ! docker inspect db_pyros --format='{{.State.Health.Status}}' | grep -q 'healthy' |
11 | then | 12 | then |
@@ -15,6 +16,7 @@ while ! docker inspect db_pyros --format='{{.State.Health.Status}}' | grep -q 'h | @@ -15,6 +16,7 @@ while ! docker inspect db_pyros --format='{{.State.Health.Status}}' | grep -q 'h | ||
15 | do | 16 | do |
16 | sleep 5 | 17 | sleep 5 |
17 | done | 18 | done |
19 | + | ||
18 | # db container is ready to execture queries, we can start the installation | 20 | # db container is ready to execture queries, we can start the installation |
19 | docker exec -it pyros python3 pyros.py install | 21 | docker exec -it pyros python3 pyros.py install |
20 | 22 |
src/core/pyros_django/misc/templates/base.html
@@ -588,7 +588,7 @@ footer{ | @@ -588,7 +588,7 @@ footer{ | ||
588 | 588 | ||
589 | <div> | 589 | <div> |
590 | <div class="text-right my-auto"> | 590 | <div class="text-right my-auto"> |
591 | - <span>VERSION 0.2.1.1_2.0_2021-10-04</span> | 591 | + <span>VERSION 0.2.1.1_2.0_3.6_2021-10-05</span> |
592 | </div> | 592 | </div> |
593 | </div> | 593 | </div> |
594 | 594 |