Skip to content

Commit

Permalink
self review
Browse files Browse the repository at this point in the history
  • Loading branch information
Olshansk committed Nov 25, 2024
1 parent 9fa7461 commit 0c0794b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 67 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import ReactPlayer from "react-player";
- [Results](#results)
- [Deploy your server](#deploy-your-server)
- [Install Dependencies](#install-dependencies)
- [\[Optional\] Create a new user](#optional-create-a-new-user)
- [Retrieve the source code](#retrieve-the-source-code)
- [Update your environment](#update-your-environment)
- [Start up the full node](#start-up-the-full-node)
Expand All @@ -27,7 +26,6 @@ import ReactPlayer from "react-player";
- [Faucet is not ready and you need to fund the accounts manually](#faucet-is-not-ready-and-you-need-to-fund-the-accounts-manually)
- [Start the RelayMiner](#start-the-relayminer)
- [Start the AppGate Server](#start-the-appgate-server)
- [Re-stake the gateway](#re-stake-the-gateway)

## Results

Expand Down Expand Up @@ -86,7 +84,7 @@ And then install docker:
sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
```

### [Optional] Create a new user
### [Optional] Create a new user <!-- omit in toc -->

You can optionally create a new user and give it sudo permissions instead of using `root`.

Expand Down Expand Up @@ -331,9 +329,3 @@ docker compose up -d appgate
# View
docker logs -f --tail 100 appgate
```

### Re-stake the gateway

```
```
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import ReactPlayer from "react-player";
- [Key Terms in Morse and Shannon](#key-terms-in-morse-and-shannon)
- [Understanding Actors in the Shannon upgrade](#understanding-actors-in-the-shannon-upgrade)
- [Prerequisites](#prerequisites)
- [\[Optional\] Create a new user](#optional-create-a-new-user)
- [A. Deploying a Full Node](#a-deploying-a-full-node)
- [B. Creating a Supplier and Deploying a RelayMiner](#b-creating-a-supplier-and-deploying-a-relayminer)
- [C. Creating an Application and Deploying an AppGate Server](#c-creating-an-application-and-deploying-an-appgate-server)
Expand Down Expand Up @@ -153,7 +152,7 @@ Update `NODE_HOSTNAME` in `.env` to the IP address or hostname of your node. For
sed -i -e s/NODE_HOSTNAME=/NODE_HOSTNAME=69.42.690.420/g .env
```

### [Optional] Create a new user
### [Optional] Create a new user <!-- omit in toc -->

:::note

Expand Down
56 changes: 0 additions & 56 deletions docusaurus/docs/operate/quickstart/supplier_cheatsheet.md

This file was deleted.

0 comments on commit 0c0794b

Please sign in to comment.