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
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 \033[1mMongoDB\033[0m databases."
@@ -253,6 +247,21 @@ case "${command}" in
253
247
displayServices
254
248
echo -e "Now open \033[4mhttp://localhost:3000/device/monitor\033[0m"
255
249
;;
250
+
"stellio")
251
+
export$(cat .env | grep "#" -v)
252
+
stoppingContainers
253
+
echo -e "Starting containers: \033[1;34mStellio\033[0m, \033[1mKafka\033[0m, \033[1mZookeeper\033[0m and a \033[1mPostgres\033[0m database and a \033[1mNeo4J\033[0m database, \033[1;36mIoT-Agent\033[0m, \033[1mTutorial\033[0m, a linked data \033[1mContext\033[0m and \033[1mMongoDB\033[0m databases."
254
+
echo -e "- \033[1;Stellio\033[0m is the context broker"
0 commit comments