mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-02 08:20:22 +01:00
610 B
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.