-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |