-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Docs] Move over docs from poktroll-docker-compose-example #757
Conversation
docusaurus/docs/operate/quickstart/docker_compose_debian_cheatsheet.md
Outdated
Show resolved
Hide resolved
docusaurus/docs/operate/quickstart/docker_compose_debian_cheatsheet.md
Outdated
Show resolved
Hide resolved
docusaurus/docs/operate/quickstart/docker_compose_debian_cheatsheet.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good. I looked through the docs quickly.
- Do you want me to try this on a fresh server on vultr?
- Do you think we should add the ufw rule we discovered last week (the one blocking connections from the appgate to relayminer on the same machine)?
```bash | ||
poktrolld keys add supplier > /tmp/supplier | ||
|
||
mnemonic=$(tail -n 1 /tmp/supplier | tr -d '\r'); sed -i "s|SUPPLIER_MNEMONIC=\".*\"|SUPPLIER_MNEMONIC=\"$mnemonic\"|" .env |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[linter-name (fail-on-found)] reported by reviewdog 🐶
mnemonic=$(tail -n 1 /tmp/supplier | tr -d '\r'); sed -i "s|SUPPLIER_MNEMONIC=".*"|SUPPLIER_MNEMONIC="$mnemonic"|" .env
```bash | ||
poktrolld keys add application > /tmp/application | ||
|
||
mnemonic=$(tail -n 1 /tmp/application | tr -d '\r'); sed -i "s|APPLICATION_MNEMONIC=\".*\"|APPLICATION_MNEMONIC=\"$mnemonic\"|" .env |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[linter-name (fail-on-found)] reported by reviewdog 🐶
mnemonic=$(tail -n 1 /tmp/application | tr -d '\r'); sed -i "s|APPLICATION_MNEMONIC=".*"|APPLICATION_MNEMONIC="$mnemonic"|" .env
```bash | ||
poktrolld keys add gateway > /tmp/gateway | ||
|
||
mnemonic=$(tail -n 1 /tmp/gateway | tr -d '\r'); sed -i "s|GATEWAY_MNEMONIC=\".*\"|GATEWAY_MNEMONIC=\"$mnemonic\"|" .env |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[linter-name (fail-on-found)] reported by reviewdog 🐶
mnemonic=$(tail -n 1 /tmp/gateway | tr -d '\r'); sed -i "s|GATEWAY_MNEMONIC=".*"|GATEWAY_MNEMONIC="$mnemonic"|" .env
|
||
```bash | ||
sed -i -e s/YOUR_NODE_IP_OR_HOST/$NODE_HOSTNAME/g ./stake_configs/supplier_stake_config_example.yaml | ||
sed -i -e s/YOUR_OWNER_ADDRESS/$SUPPLIER_ADDR/g ./stake_configs/supplier_stake_config_example.yaml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[linter-name (fail-on-found)] reported by reviewdog 🐶
sed -i -e s/YOUR_OWNER_ADDRESS/$SUPPLIER_ADDR/g ./stake_configs/supplier_stake_config_example.yaml
Yes, would appreciate it.
There's a lot more than that. Added things back. |
docusaurus/docs/operate/quickstart/docker_compose_debian_cheatsheet.md
Outdated
Show resolved
Hide resolved
…sheet.md Co-authored-by: Dima K. <[email protected]>
## Summary Make it easier to onboard users to Shannon by providing a nicer skin on the docs in [poktroll-docker-compose-example](https://github.com/pokt-network/poktroll-docker-compose-example) Also: - Improve ToC - Improve introduction - Add a results video ![Screenshot 2024-08-23 at 11 23 38 AM](https://github.com/user-attachments/assets/a73b29f1-1fb3-4e35-a41b-b9c8a9f2d450) --------- Co-authored-by: Dima K. <[email protected]>
Summary
Make it easier to onboard users to Shannon by providing a nicer skin on the docs in poktroll-docker-compose-example
Also:
Type of change
Select one or more:
Testing
make docusaurus_start
; only needed if you make doc changesmake go_develop_and_test
make test_e2e
devnet-test-e2e
label to the PR.