> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mezmo.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 3 - Build the OTel Demo Source

> Clone the OpenTelemetry Demo, configure it with your Mezmo shared source credentials, and build it locally.

<Note>
  If you run into any issues or have feedback on either the workshop or Pipeline, please reach out to us at [support@mezmo.com](mailto:support@mezmo.com).
</Note>

This workshop uses an OpenTelemetry Demo with expanded logs that you will connect to the shared sources you created in the previous step. In this step you will clone the repo, modify the config, and then build the OTel demo.

1. Run `git clone https://github.com/mezmo/opentelemetry-demo` into a local folder.
2. In the local folder, modify the `mezmo-otel-config-extras.yml` file with the endpoints and access keys of the shared sources you created in the previous step.
3. To build the OTel demo source, run `sh run.sh`. This will build the demo and deploy it to `localhost:8080`.

<Note>
  It can take up to 15 minutes for the demo to build and deploy, so you may want to take a break before proceeding with the rest of the tutorial.
</Note>

##
