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
tmux send-keys -t aligned_layer:operator 'sleep 5 && make operator_register_and_start' C-m
1060
+
1061
+
tmux new-window -t aligned_layer -n batcher
1062
+
tmux send-keys -t aligned_layer:batcher 'sleep 60 && make batcher_start_local' C-m
1063
+
1064
+
tmux new-window -t aligned_layer -n explorer
1065
+
tmux send-keys -t aligned_layer:explorer 'make explorer_create_env && make explorer_build_db && make run_explorer' C-m
1066
+
1067
+
tmux new-window -t aligned_layer -n telemetry
1068
+
tmux send-keys -t aligned_layer:telemetry 'docker compose -f telemetry-docker-compose.yaml down && make telemetry_create_env && make telemetry_run_db && make open_telemetry_start && make telemetry_start' C-m
0 commit comments