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: ...@@ -127,7 +127,9 @@ brews:
Bee has SWAP enabled by default and it needs ethereum endpoint to operate. Bee has SWAP enabled by default and it needs ethereum endpoint to operate.
It is recommended to use external signer with bee. 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'. After you finish configuration run 'bee-get-addr'.
test: | test: |
......
...@@ -21,7 +21,7 @@ After you fix configuration run 'sudo bee-get-addr' again. ...@@ -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 '"') ETH_ADDRESS=$(echo "$RESP" | grep ethereum | cut -d' ' -f6 | tr -d '"')
echo " echo "
Please make sure there is sufficient eth and bzz available on $ETH_ADDRESS address. 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'. After you get the funds start service with 'systemctl start bee.service'.
" "
......
...@@ -7,10 +7,15 @@ if [ "$1" = "configure" ]; then ...@@ -7,10 +7,15 @@ if [ "$1" = "configure" ]; then
/usr/bin/bee init --config /etc/bee/bee.yaml >/dev/null 2>&1 /usr/bin/bee init --config /etc/bee/bee.yaml >/dev/null 2>&1
chown -R bee:bee /var/lib/bee/keys chown -R bee:bee /var/lib/bee/keys
fi fi
echo " 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. Bee has SWAP enabled by default and it needs ethereum endpoint to operate.
It is recommended to use external signer with bee. 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'. After you finish configuration run 'sudo bee-get-addr'.
" "
......
...@@ -13,7 +13,8 @@ After you fix configuration run 'bee-get-addr' again. ...@@ -13,7 +13,8 @@ After you fix configuration run 'bee-get-addr' again.
ETH_ADDRESS=$(echo "$RESP" | grep ethereum | cut -d' ' -f6 | tr -d '"') ETH_ADDRESS=$(echo "$RESP" | grep ethereum | cut -d' ' -f6 | tr -d '"')
echo " echo "
Please make sure there is sufficient eth and bzz available on $ETH_ADDRESS address. 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'. After you get the funds start service with 'brew services start swarm-bee'.
" "
;; ;;
......
...@@ -7,9 +7,14 @@ if [ $1 -eq 1 ] ; then ...@@ -7,9 +7,14 @@ if [ $1 -eq 1 ] ; then
systemctl --no-reload preset bee.service &>/dev/null || : systemctl --no-reload preset bee.service &>/dev/null || :
systemctl --no-reload enable bee.service &>/dev/null || : systemctl --no-reload enable bee.service &>/dev/null || :
echo " 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. Bee has SWAP enabled by default and it needs ethereum endpoint to operate.
It is recommended to use external signer with bee. 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'. 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