Skip to content

Commit

Permalink
add quickstart in main readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaisc committed Aug 22, 2024
1 parent 870e0bd commit a952d61
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ We recommend the following minimum requirements, although you may be be able to

## Option 1: Running Ocean Nodes in Docker (recommended)

[This readme](deployment/Readme.md) is the recommended way to host a node and be eligible for incentives.
The other options are more recommended towards deleveopers that want to tinker.


## Option 2: Running local build of Ocean Nodes in Docker

Build and run the node using Docker:

```bash
Expand All @@ -25,7 +31,7 @@ docker build -t ocean-node:mybuild . # Build the Docker image
docker run -e PRIVATE_KEY=0x_your_private_key_here ocean-node:mybuild # Start container
```

## Option 2: Running Ocean Nodes with PM2
## Option 3: Running Ocean Nodes with PM2

PM2 is a process manager that makes it easy to manage and monitor your Node.js applications.

Expand Down

0 comments on commit a952d61

Please sign in to comment.