mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
add actual folder structure
This commit is contained in:
parent
a6fd389d89
commit
2d942591f4
@ -1,14 +1,23 @@
|
||||
---
|
||||
title: Set Up a Compute-to-Data Environment
|
||||
description: Set Up a Compute-to-Data enviroment.
|
||||
description: Set Up a Compute-to-Data environment.
|
||||
---
|
||||
|
||||
|
||||
## Requirements
|
||||
|
||||
At the time of writing, we need the following:
|
||||
|
||||
First, create a folder with the following structure:
|
||||
|
||||
```
|
||||
ocean/
|
||||
barge/
|
||||
operator-service/
|
||||
operator-engine/
|
||||
```
|
||||
|
||||
Then you need the following parts:
|
||||
|
||||
- working [Barge](https://github.com/oceanprotocol/barge). For this setup, we will asume the Barge is installed in /ocean/barge/
|
||||
- a working Kubernetes (K8s) cluster (Minikube is a good start)
|
||||
- a working `kubectl` connected to the K8s cluster
|
||||
|
Loading…
Reference in New Issue
Block a user