Skip to content

Commit

Permalink
WIP - Supplier cheatsheet
Browse files Browse the repository at this point in the history
  • Loading branch information
Olshansk committed Nov 21, 2024
1 parent 342a076 commit f1f6136
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion docusaurus/docs/operate/quickstart/supplier_cheatsheet.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,36 @@
---
sidebar_position: 4
title: Supplier Cheat Sheet
title: Supplier (RelayMiner) Cheat Sheet
---

## Supplier Cheat Sheet <!-- omit in toc -->

You can follow the simple copy-pasta guide below to quickly deploy a RelayMiner
and become a Supplier on the Pocket Network.

- [0. Deploy your Server \& Install Dependencies](#0-deploy-your-server--install-dependencies)
- [1. Retrieve the source code](#1-retrieve-the-source-code)

:::tip

See the [Supplier Walkthrough](./../run_a_node/supplier_walkthrough.md) for an in-depth guide on setting up a Supplier.

:::

TODO_BETA(@olshansk): Finish this page.

### 0. Deploy your Server & Install Dependencies

You can deploy a RelayMiner on any server.

If you are just getting started, you can follow along the team at Grove and follow
the instructions in the [Docker Compose Cheat Sheet](./docker_compose_debian_cheatsheet#deploy-your-server)
to deploy a Debian server on a Vultr instance.

### 1. Retrieve the source code

```bash
mkdir ~/workspace && cd ~/workspace
git clone https://github.com/pokt-network/poktroll-docker-compose-example.git
cd poktroll-docker-compose-example
```

0 comments on commit f1f6136

Please sign in to comment.