# Local Demo

> On how to deploy a productive connector with joining an existing Data Space, please refer\
> to our [Productive Deployment Guide](https://edc-ce.docs.sovity.de/1100/community-edition-deployment/production-ce).

## Quick Start

To quickly start using our sovity EDC CE, we offer a quick\
start [docker-compose.yaml](https://github.com/sovity/edc-ce/blob/release/v11.0.0/docs/deployment-guide/goals/local-demo-ce/docker-compose.yaml) file and don't forget to also download the needed caddyfile.

## Launching Two Connectors

```shell
# Run with Bash from the root directory of the project

# Log-In to the Github Container Registry
docker login ghcr.io

# Start sovity EDC Connectors
docker compose up
```

## Quick Start: Default Configuration

The default configuration launches two local EDC Connectors with the following credentials:

|                         | First Connector                                                           | Second Connector                                                          |
| ----------------------- | ------------------------------------------------------------------------- | ------------------------------------------------------------------------- |
| Connector Dashboard     | <http://localhost:11000>                                                  | <http://localhost:22000>                                                  |
| Management-API Endpoint | <http://localhost:11000/api/management>                                   | <http://localhost:22000/api/management>                                   |
| Management-API API-Key  | `SomeOtherApiKey`                                                         | `SomeOtherApiKey`                                                         |
| Connector DSP Endpoint  | <p><http://provider:11003/api/dsp><br>Requires Docker Compose Network</p> | <p><http://consumer:11003/api/dsp><br>Requires Docker Compose Network</p> |
