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
Copy file name to clipboardExpand all lines: services
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -192,7 +192,8 @@ case "${command}" in
192
192
echo -e "Starting containers: \033[1;34mOrion\033[0m, \033[1;36mIoT-Agent\033[0m, \033[1mTutorial\033[0m, a linked data \033[1mContext\033[0m and a \033[1mMongoDB\033[0m database."
193
193
echo -e "- \033[1;34mOrion\033[0m is the context broker"
194
194
echo -e "- \033[1;36mIoT-Agent\033[0m is configured for the JSON Protocol"
195
-
echo -e "- \033[1mTutorial\033[0m acts as a series of dummy IoT Sensors over HTTP"
195
+
echo -e "- \033[1mTutorial\033[0m displays a web app to manipulate the context directly"
196
+
echo -e "- \033[1mIoT Devices\033[0m acts as a series of dummy IoT Sensors over HTTP"
196
197
echo -e "- Data models \033[1m@context\033[0m (Smart Farm) is supplied externally"
197
198
echo""
198
199
${dockerCmd} -f docker-compose/common.yml -f docker-compose/orion-ld.yml up -d --remove-orphans --renew-anon-volumes
@@ -212,7 +213,8 @@ case "${command}" in
212
213
echo -e "Starting containers: \033[1;34mScorpio\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."
213
214
echo -e "- \033[1;34mScorpio\033[0m is the context broker"
214
215
echo -e "- \033[1;36mIoT-Agent\033[0m is configured for the JSON Protocol"
215
-
echo -e "- \033[1mTutorial\033[0m acts as a series of dummy IoT Sensors over HTTP"
216
+
echo -e "- \033[1mTutorial\033[0m displays a web app to manipulate the context directly"
217
+
echo -e "- \033[1mIoT Devices\033[0m acts as a series of dummy IoT Sensors over HTTP"
216
218
echo -e "- Data models \033[1m@context\033[0m (Smart Farm) is supplied externally"
217
219
echo""
218
220
${dockerCmd} -f docker-compose/common.yml -f docker-compose/scorpio.yml up -d --remove-orphans --renew-anon-volumes
@@ -232,7 +234,8 @@ case "${command}" in
232
234
echo -e "Starting containers: \033[1;34mStellio\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."
233
235
echo -e "- \033[1;34mStellio\033[0m is the context broker"
234
236
echo -e "- \033[1;36mIoT-Agent\033[0m is configured for the JSON Protocol"
235
-
echo -e "- \033[1mTutorial\033[0m acts as a series of dummy IoT Sensors over HTTP"
237
+
echo -e "- \033[1mTutorial\033[0m displays a web app to manipulate the context directly"
238
+
echo -e "- \033[1mIoT Devices\033[0m acts as a series of dummy IoT Sensors over HTTP"
236
239
echo -e "- Data models \033[1m@context\033[0m (Smart Farm) is supplied externally"
237
240
echo""
238
241
${dockerCmd} -f docker-compose/common.yml -f docker-compose/stellio.yml up -d --remove-orphans --renew-anon-volumes
0 commit comments