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
RUN CGO_ENABLED=0 go build -o /jb-sw-realm ./cmd/jb-sw-realm
12
-
13
-
FROM debian:11-slim
14
-
15
-
RUN apt-get update && apt-get install -y curl supervisor
16
-
17
-
WORKDIR /otel
18
-
19
-
RUN curl -LO https://github.com/open-telemetry/opentelemetry-collector-releases/releases/download/v0.77.0/otelcol-contrib_0.77.0_linux_amd64.tar.gz \
20
-
&& tar -xzvf otelcol-contrib_0.77.0_linux_amd64.tar.gz \
Note: you will need to have the `gcloud` command line tools installed to execute this command. You can find instructions on installing these [here](https://cloud.google.com/sdk/docs/install).
110
-
111
-
This may take a few minutes, but upon success you should be able to access your realm at:
112
-
https://{{YOUR_GCP_PROJECT_ID}}.wl.r.appspot.com
113
-
114
-
If all was successful, you'll see a page render that looks something like:
This will deploy an instance of Juicebox Software Realm along with the necessary infrastructure that supports it. Please note that you will either need to deploy the Juicebox and OpenTelemetry Collector containers to a repository in GCP, or else use a remote repository which caches them from GitHub.
0 commit comments