Browse Source

setup scripts

master
Brett Langdon 7 years ago
parent
commit
9ab383f29e
No known key found for this signature in database GPG Key ID: E6600FB894DB3D19
3 changed files with 8 additions and 3 deletions
  1. +1
    -1
      dash-apm-python/background.sh
  2. +2
    -0
      dash-apm-python/foreground.sh
  3. +5
    -2
      dash-apm-python/index.json

+ 1
- 1
dash-apm-python/background.sh View File

@ -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


+ 2
- 0
dash-apm-python/foreground.sh View File

@ -0,0 +1,2 @@
#!/usr/bin/env bash
cd /tracing-workshop

+ 5
- 2
dash-apm-python/index.json View File

@ -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"


Loading…
Cancel
Save