File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -20,16 +20,16 @@ ll /var/appdata/yelp*
20202 . Export the following variables.
2121
2222``` bash
23- export ACCESS_TOKEN=< your-access-token> \
24- export REALM=< your-o11y-cloud-realm> \
23+ export ACCESS_TOKEN=< your-access-token>
24+ export REALM=< your-o11y-cloud-realm>
2525export clusterName=< your-k8s-cluster>
2626```
2727
28283 . Clone the following repo
2929``` bash
30- cd /home/ubuntu \
31- git clone https://github.com/leungsteve/realtime_enrichment.git \
32- cd realtime_enrichment/workshop \
33- python3 -m venv rtapp-workshop \
30+ cd /home/ubuntu
31+ git clone https://github.com/leungsteve/realtime_enrichment.git
32+ cd realtime_enrichment/workshop
33+ python3 -m venv rtapp-workshop
3434source rtapp-workshop/bin/activate
3535```
You can’t perform that action at this time.
0 commit comments