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;34mQuantumLeap\033[0m, \033[1;36mIoT-Agent\033[0m, \033[1mTutorial\033[0m, a linked data \033[1mContext\033[0m, a \033[1mGrafana\033[0m metrics dashboard, \033[1mCrateDB\033[0m and \033[1mMongoDB\033[0m databases and a \033[1mRedis\033[0m cache."
@@ -216,7 +216,7 @@ case "${command}" in
216
216
;;
217
217
218
218
"scorpio")
219
-
export$(cat .env| grep "#" -v)
219
+
set -a;source.env;set +a
220
220
stoppingContainers
221
221
waitForCoreContext
222
222
echo -e "Starting containers: \033[1;34mScorpio\033[0m, and a \033[1mPostgres\033[0m database, \033[1;34mQuantumLeap\033[0m, \033[1;36mIoT-Agent\033[0m, \033[1mTutorial\033[0m, a linked data \033[1mContext\033[0m, a \033[1mGrafana\033[0m metrics dashboard, \033[1mCrateDB\033[0m and \033[1mMongoDB\033[0m databases and a \033[1mRedis\033[0m cache."
@@ -237,7 +237,7 @@ case "${command}" in
237
237
echo -e "Now open \033[4mhttp://localhost:3000/device/monitor\033[0m"
238
238
;;
239
239
"stellio")
240
-
export$(cat .env| grep "#" -v)
240
+
set -a;source.env;set +a
241
241
stoppingContainers
242
242
waitForCoreContext
243
243
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;34mQuantumLeap\033[0m, \033[1;36mIoT-Agent\033[0m, \033[1mTutorial\033[0m, a linked data \033[1mContext\033[0m, a \033[1mGrafana\033[0m metrics dashboard, \033[1mCrateDB\033[0m and \033[1mMongoDB\033[0m databases and a \033[1mRedis\033[0m cache."
@@ -258,15 +258,15 @@ case "${command}" in
258
258
echo -e "Now open \033[4mhttp://localhost:3000/device/monitor\033[0m"
0 commit comments