Commit f53d25a4 authored by Ivan Vandot's avatar Ivan Vandot Committed by GitHub

nicer package post install output (#1013)

parent d85169e0
......@@ -127,7 +127,9 @@ brews:
Bee has SWAP enabled by default and it needs ethereum endpoint to operate.
It is recommended to use external signer with bee.
Check documentation for more info https://docs.ethswarm.org/
Check documentation for more info:
- SWAP https://docs.ethswarm.org/docs/installation/manual#swap-bandwidth-incentives
- External signer https://docs.ethswarm.org/docs/installation/bee-clef
After you finish configuration run 'bee-get-addr'.
test: |
......
......@@ -21,7 +21,7 @@ After you fix configuration run 'sudo bee-get-addr' again.
ETH_ADDRESS=$(echo "$RESP" | grep ethereum | cut -d' ' -f6 | tr -d '"')
echo "
Please make sure there is sufficient eth and bzz available on $ETH_ADDRESS address.
You can get both goerli eth and goerli bzz from https://faucet.ethswarm.org
You can get both goerli eth and goerli bzz from https://faucet.ethswarm.org?address=$ETH_ADDRESS
After you get the funds start service with 'systemctl start bee.service'.
"
......
......@@ -8,9 +8,14 @@ if [ "$1" = "configure" ]; then
chown -R bee:bee /var/lib/bee/keys
fi
echo "
Logs: journalctl -f -u bee.service
Config: /etc/bee/bee.yaml
Bee has SWAP enabled by default and it needs ethereum endpoint to operate.
It is recommended to use external signer with bee.
Check documentation for more info https://docs.ethswarm.org/
Check documentation for more info:
- SWAP https://docs.ethswarm.org/docs/installation/manual#swap-bandwidth-incentives
- External signer https://docs.ethswarm.org/docs/installation/bee-clef
After you finish configuration run 'sudo bee-get-addr'.
"
......
......@@ -13,7 +13,8 @@ After you fix configuration run 'bee-get-addr' again.
ETH_ADDRESS=$(echo "$RESP" | grep ethereum | cut -d' ' -f6 | tr -d '"')
echo "
Please make sure there is sufficient eth and bzz available on $ETH_ADDRESS address.
You can get both goerli eth and goerli bzz from https://faucet.ethswarm.org
You can get both goerli eth and goerli bzz from https://faucet.ethswarm.org?address=$ETH_ADDRESS
After you get the funds start service with 'brew services start swarm-bee'.
"
;;
......
......@@ -7,9 +7,14 @@ if [ $1 -eq 1 ] ; then
systemctl --no-reload preset bee.service &>/dev/null || :
systemctl --no-reload enable bee.service &>/dev/null || :
echo "
Logs: journalctl -f -u bee.service
Config: /etc/bee/bee.yaml
Bee has SWAP enabled by default and it needs ethereum endpoint to operate.
It is recommended to use external signer with bee.
Check documentation for more info https://docs.ethswarm.org/
Check documentation for more info:
- SWAP https://docs.ethswarm.org/docs/installation/manual#swap-bandwidth-incentives
- External signer https://docs.ethswarm.org/docs/installation/bee-clef
After you finish configuration run 'sudo bee-get-addr'.
"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment