From 9ab383f29e17e59b7a6cb5ac319ade41e772d7fd Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Wed, 26 Jun 2019 13:44:42 -0400 Subject: [PATCH] setup scripts --- dash-apm-python/background.sh | 2 +- dash-apm-python/foreground.sh | 2 ++ dash-apm-python/index.json | 7 +++++-- 3 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 dash-apm-python/foreground.sh diff --git a/dash-apm-python/background.sh b/dash-apm-python/background.sh index 2b1eab9..d43a767 100644 --- a/dash-apm-python/background.sh +++ b/dash-apm-python/background.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash mkdir /tracing-workshop git clone https://github.com/burningion/distributed-tracing-with-apm-workshop /tracing-workshop cd /tracing-workshop diff --git a/dash-apm-python/foreground.sh b/dash-apm-python/foreground.sh new file mode 100644 index 0000000..7319801 --- /dev/null +++ b/dash-apm-python/foreground.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +cd /tracing-workshop diff --git a/dash-apm-python/index.json b/dash-apm-python/index.json index 00bf6d6..a871cc2 100644 --- a/dash-apm-python/index.json +++ b/dash-apm-python/index.json @@ -5,14 +5,17 @@ "steps": [], "intro": { "text": "intro.md", - "courseData": "background.sh" + "courseData": "background.sh", + "code": "foreground.sh" }, "finish": { "text": "finish.md" } }, "environment": { - "uilayout": "editor-terminal" + "uilayout": "editor-terminal", + "uieditorpath": "/tracing-workshop", + "showdashboard": true }, "backend": { "imageid": "docker"