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

610 B

title description
Set Up a Full Node Run every Ocean component in one machine, all at once.

A "full node" is a machine that runs all the Ocean 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):

git clone https://github.com/oceanprotocol/docker-images.git
cd docker-images/

./start_ocean.sh --latest

For more details, see the docker-images repository.