Skip to content

Commit 50bbea1

Browse files
[doc][demo images] add mention of the demo images in root README
Also improve demo README Signed-off-by: Marc Dumais <marc.dumais@ericsson.com>
1 parent 3e541c2 commit 50bbea1

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
Trace viewer example applications and building blocks that can be used in or with them. Each application integrates either the [Eclipse Theia trace viewer extension](https://www.npmjs.com/package/theia-traceviewer) (npmjs.com) or the [Trace Viewer extension for VSCode](https://open-vsx.org/extension/eclipse-cdt/vscode-trace-extension) (open-vsx.org).
44

5+
---
6+
7+
💡 _Are you looking for a way to quickly try a "batteries included" trace viewer example application, where everything is setup for you and ready-to-go?_
8+
9+
- ⏩ Build and run one of our [Docker "demo" images](docker/theia-app-demo/README.md#build-the-demo-images)
10+
511
## Requirements
612

713
### General Requirements

docker/theia-app-demo/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Resources for the "theia-app-demo" Example docker image
22

3-
This folder contains the resources, needed to create a "demo" Docker image, based on one of the Theia app images. The demo image includes the necessary extras to easily perform a quick demo or immediately play with the trace viewer: the Eclipse Trace Compass Trace Server and a selection of Tutorial traces.
3+
This folder contains the resources, needed to create "demo" Docker images, based on the Theia app images. A demo image includes the necessary extras to easily perform a quick demo or immediately play with the trace viewer: the Eclipse Trace Compass Trace Server and a selection of Tutorial traces.
44

5-
## Build the demo images
5+
After connecting to one of the demo appliances with a browser, the trace viewer application should open with the trace server running and a workspace open, containing the tutorial traces, ready to use.
66

7-
After connecting to either the tate or tave application using a browser, following the instructions below, the app should open with the trace server running and the workspace already selected, containing the tutorial traces, ready to use.
7+
## Build the demo images
88

99
Run the following commands from the parent folder (\<repo root\>/docker):
1010

0 commit comments

Comments
 (0)