1
0
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:
Matthias Kretschmann 2020-06-03 12:44:01 +02:00 committed by GitHub
parent a6fd389d89
commit 2d942591f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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