No known key found for this signature in database
GPG Key ID: E6600FB894DB3D19
2 changed files with
4 additions and
1 deletions
-
dash-apm-python/background.sh
-
dash-apm-python/foreground.sh
|
|
|
@ -1,5 +1,5 @@ |
|
|
|
#!/usr/bin/env bash |
|
|
|
mkdir /tracing-workshop |
|
|
|
git clone https://github.com/burningion/distributed-tracing-with-apm-workshop /tracing-workshop |
|
|
|
git clone https://github.com/brettlangdon/distributed-tracing-with-apm-workshop /tracing-workshop |
|
|
|
cd /tracing-workshop |
|
|
|
docker-compose pull |
|
|
|
@ -1,2 +1,5 @@ |
|
|
|
#!/usr/bin/env bash |
|
|
|
cd /tracing-workshop |
|
|
|
|
|
|
|
# clear the console |
|
|
|
clear |