1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-02 08:20:22 +01:00
docs/content/setup/full-node.md
2018-11-11 15:49:38 +01:00

20 lines
610 B
Markdown

---
title: Set Up a Full Node
description: Run every Ocean component in one machine, all at once.
---
A "full node" is a machine that runs all the [Ocean components](/concepts/components/), set up so they all work together.
As a quick start, you can run a stand-alone full node by doing the following (which requires Git, Docker and Docker Compose):
```bash
git clone https://github.com/oceanprotocol/docker-images.git
cd docker-images/
./start_ocean.sh --latest
```
For more details, see the [docker-images repository](https://github.com/oceanprotocol/docker-images).
<repo name="docker-images"></repo>