You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please checkout the [README.md in the `rest/agent` directory](rest/agent/README.md) for more details.
113
+
92
114
## Installation
93
115
94
116
You can install the latest version of TraceRoot with the following command:
@@ -107,6 +129,8 @@ pip install -e .
107
129
108
130
## Local Usage
109
131
132
+
For local usage, all of your data will be stored locally.
133
+
110
134
You can use the TraceRoot framework locally by following the [README.md in the `ui` directory](ui/README.md) and [README.md in the `rest` directory](rest/README.md).
111
135
112
136
Also, you can build the latest docker image and run the docker container by following the [README.md in the `docker` directory](docker/public/README.md).
@@ -133,6 +157,9 @@ docker run -d --name jaeger \
133
157
cr.jaegertracing.io/jaegertracing/jaeger:2.8.0
134
158
```
135
159
160
+
In local mode, the first step is to go to the integration page and connect with your GitHub account (optional) with your GitHub token.
161
+
You also need to put your OpenAI API key in the integration page.
162
+
136
163
## SDK
137
164
138
165
Our platform is built on top of the TraceRoot SDK. You need to use our SDK to integrate with your applications by
@@ -155,28 +182,6 @@ As mentioned above, you need to setup the Jaeger docker container at first befor
155
182
156
183
For more details or the SDK usage and examples, please checkout this [Quickstart](https://docs.traceroot.ai/quickstart).
0 commit comments