You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker run --rm -v $(pwd)/import-data:/import-data \
106
118
--network fiware_default \
107
119
-e CONTEXT_BROKER=${CONTEXT_BROKER} \
@@ -157,9 +169,10 @@ case "${command}" in
157
169
"orion")
158
170
export$(cat .env | grep "#" -v)
159
171
stoppingContainers
172
+
waitForCoreContext
160
173
echo -e "Starting containers: \033[1;34mOrion\033[0m, \033[1mTutorial\033[0m and a \033[1mMongoDB\033[0m database."
161
174
echo -e "- \033[1;34mOrion\033[0m is the context broker"
162
-
echo -e "- \033[1m@context\033[0m is supplied externally"
175
+
echo -e "- Data models \033[1m@context\033[0m (Smart Supermarket) is supplied externally"
163
176
echo""
164
177
${dockerCmd} -f docker-compose/common.yml -f docker-compose/orion-ld.yml up -d --remove-orphans --renew-anon-volumes
165
178
waitForMongo
@@ -172,9 +185,10 @@ case "${command}" in
172
185
"scorpio")
173
186
export$(cat .env | grep "#" -v)
174
187
stoppingContainers
188
+
waitForCoreContext
175
189
echo -e "Starting containers: \033[1;34mScorpio\033[0m, \033[1mKafka\033[0m, \033[1mZookeeper\033[0m and a \033[1mPostgres\033[0m database, \033[1;36mIoT-Agent\033[0m, \033[1mTutorial\033[0m and a \033[1mMongoDB\033[0m database."
176
190
echo -e "- \033[1;34mScorpio\033[0m is the context broker"
177
-
echo -e "- \033[1m@context\033[0m is supplied externally"
191
+
echo -e "- Data models \033[1m@context\033[0m (Smart Supermarket) is supplied externally"
178
192
echo""
179
193
${dockerCmd} -f docker-compose/common.yml -f docker-compose/scorpio-aaio.yml up -d --remove-orphans --renew-anon-volumes
180
194
waitForMongo
@@ -186,9 +200,10 @@ case "${command}" in
186
200
"stellio")
187
201
export$(cat .env | grep "#" -v)
188
202
stoppingContainers
203
+
waitForCoreContext
189
204
echo -e "Starting containers: \033[1;34mStellio\033[0m, \033[1mKafka\033[0m, \033[1mZookeeper\033[0m, \033[1mNeo4j\033[0m, \033[1mPostgreSQL/TimescaleDB\033[0m, and a linked data \033[1mContext\033[0m."
190
205
echo -e "- \033[1;34mStellio\033[0m is the context broker\n"
191
-
echo -e "- \033[1m@context\033[0m is supplied externally"
206
+
echo -e "- Data models \033[1m@context\033[0m (Smart Supermarket) is supplied externally"
192
207
echo""
193
208
${dockerCmd} -f docker-compose/common.yml -f docker-compose/stellio.yml up -d --remove-orphans --renew-anon-volumes
0 commit comments