Commit b232ab5e41613b08236cdaa897165d6032c50a54

Authored by Etienne Pallier
1 parent 201f0027
Exists in dev

ajout commentaires

Showing 2 changed files with 4 additions and 1 deletions   Show diff stats
@@ -74,6 +74,8 @@ data/* @@ -74,6 +74,8 @@ data/*
74 !data/README.md 74 !data/README.md
75 75
76 PYROS_OBSERVATORY/* 76 PYROS_OBSERVATORY/*
  77 +
  78 +# Specific private config
77 config/config_pyros.yml 79 config/config_pyros.yml
78 config/general/private/* 80 config/general/private/*
79 config/observatory/private/* 81 config/observatory/private/*
@@ -82,6 +84,7 @@ config/pyros_observatory/*/history/ @@ -82,6 +84,7 @@ config/pyros_observatory/*/history/
82 config/pyros_observatory/*/obsconfig.p 84 config/pyros_observatory/*/obsconfig.p
83 src/core/pyros_django/obs_config/fixtures/obsconfig.p 85 src/core/pyros_django/obs_config/fixtures/obsconfig.p
84 src/core/pyros_django/obs_config/fixtures/history/* 86 src/core/pyros_django/obs_config/fixtures/history/*
  87 +
85 src/core/pyros_django/sequences_pickle/ 88 src/core/pyros_django/sequences_pickle/
86 src/core/guitastro 89 src/core/guitastro
87 90
docker/PYROS_DOCKER_START.sh
@@ -9,7 +9,7 @@ echo @@ -9,7 +9,7 @@ echo
9 echo "Then START:" 9 echo "Then START:"
10 docker-compose up -d 10 docker-compose up -d
11 11
  12 +# See started containers
12 echo 13 echo
13 echo "Started containers for pyros:" 14 echo "Started containers for pyros:"
14 -# See started containers  
15 docker ps | grep pyros 15 docker ps | grep pyros