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
@@ -194,7 +194,8 @@ case "${command}" in
194
194
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."
195
195
echo -e "- \033[1;34mOrion\033[0m is the context broker"
196
196
echo -e "- \033[1;36mIoT-Agent\033[0m is configured for the UltraLight Protocol"
197
-
echo -e "- \033[1mTutorial\033[0m acts as a series of dummy IoT Sensors over HTTP"
197
+
echo -e "- \033[1mTutorial\033[0m displays a web app to manipulate the context directly"
198
+
echo -e "- \033[1mIoT Devices\033[0m acts as a series of dummy IoT Sensors over HTTP"
198
199
echo -e "- Data models \033[1m@context\033[0m (Smart Farm) is supplied externally"
199
200
echo""
200
201
${dockerCmd} -f docker-compose/common.yml -f docker-compose/orion-ld.yml up -d --remove-orphans --renew-anon-volumes
@@ -214,7 +215,8 @@ case "${command}" in
214
215
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, a linked data \033[1mContext\033[0m and a \033[1mMongoDB\033[0m database."
215
216
echo -e "- \033[1;34mScorpio\033[0m is the context broker"
216
217
echo -e "- \033[1;36mIoT-Agent\033[0m is configured for the UltraLight Protocol"
217
-
echo -e "- \033[1mTutorial\033[0m acts as a series of dummy IoT Sensors over HTTP"
218
+
echo -e "- \033[1mTutorial\033[0m displays a web app to manipulate the context directly"
219
+
echo -e "- \033[1mIoT Devices\033[0m acts as a series of dummy IoT Sensors over HTTP"
218
220
echo -e "- Data models \033[1m@context\033[0m (Smart Farm) is supplied externally"
219
221
echo""
220
222
${dockerCmd} -f docker-compose/common.yml -f docker-compose/scorpio.yml up -d --remove-orphans --renew-anon-volumes
@@ -234,7 +236,8 @@ case "${command}" in
234
236
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, a linked data \033[1mContext\033[0m and a \033[1mMongoDB\033[0m database."
235
237
echo -e "- \033[1;34mStellio\033[0m is the context broker"
236
238
echo -e "- \033[1;36mIoT-Agent\033[0m is configured for the UltraLight Protocol"
237
-
echo -e "- \033[1mTutorial\033[0m acts as a series of dummy IoT Sensors over HTTP"
239
+
echo -e "- \033[1mTutorial\033[0m displays a web app to manipulate the context directly"
240
+
echo -e "- \033[1mIoT Devices\033[0m acts as a series of dummy IoT Sensors over HTTP"
238
241
echo -e "- Data models \033[1m@context\033[0m (Smart Farm) is supplied externally"
239
242
echo""
240
243
${dockerCmd} -f docker-compose/common.yml -f docker-compose/stellio.yml up -d --remove-orphans --renew-anon-volumes
0 commit comments