Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit c7dbeb8

Browse files
committed
wip
1 parent 6de41d3 commit c7dbeb8

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

docs/getting-started/local.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -31,24 +31,6 @@ You have two options for deploying the servers locally:
3131
```
3232
Shutdown the servers with `Ctrl+C`.
3333

34-
### 1.2. Or with Docker
35-
36-
Alternatively, you can use Docker for a simpler deployment experience, though it might take time to build the images:
37-
38-
1. Install `Docker` by following the instructions [here](https://docs.docker.com/engine/install/).
39-
40-
2. Install `Docker Compose` by following the instructions [here](https://docs.docker.com/compose/install/).
41-
42-
3. Build and start all servers with:
43-
```bash
44-
./config-docker-compose.py
45-
docker-compose up --build
46-
```
47-
48-
To stop the servers, press `Ctrl+C` or run:
49-
```bash
50-
docker-compose down
51-
```
5234

5335
## 2. Data Providers and Consumer
5436
1. Set up client env if you haven't done so:

0 commit comments

Comments
 (0)