Commit af97f6807a2a255594696edc85cd91ea002e8c39

Authored by Etienne Pallier
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

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
... ... @@ -588,7 +588,7 @@ footer{
588 588  
589 589 <div>
590 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 592 </div>
593 593 </div>
594 594  
... ...