You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Therese are some suggested updates to make the overall 'flow' of the
readme.md better. So it easier for Fred/Fiona to follow along.
Also added a way of 'cheating' if you been through the tutorial before, then just a quick recap
of the commands is useful
Signed-off-by: mbw <[email protected]>
-[envsubst](https://www.gnu.org/software/gettext/manual/html_node/envsubst-Invocation.html) (`brew install gettext` on OSX)
22
-
-[k9s](https://k9scli.io) (recommended)
23
-
- Fabric binaries (peer, osnadmin, etc.) will be installed into the local `bin` folder. Add these to your PATH:
24
33
34
+
Note that the Fabric binaries (peer, osnadmin, etc.) will be installed for you into a local `bin` folder. These should be added to your PATH:
25
35
```shell
26
36
export PATH=$PWD:$PWD/bin:$PATH
27
37
```
28
38
39
+
### Optional Tools
40
+
41
+
These are optional but strongly recommended; especially if you want to run a local cluster.
42
+
43
+
-[kind](https://kind.sigs.k8s.io/) if you want to create a cluster locally, see below for other options
44
+
-[k9s](https://k9scli.io) (recommended, but not essential)
45
+
-[just](https://github.com/casey/just#installation) to run all the comamnds here directly
46
+
47
+
If you've run this tutorial before, there is a `justfile` that can used as a helpful 'cheatsheet' of the commands. If you `just` installed then a `just ` will setup and create a channel for you.
For additional guidelines on configuring ingress and DNS, see [Considerations for Kubernetes Distributions](https://cloud.ibm.com/docs/blockchain-sw-252?topic=blockchain-sw-252-deploy-k8#console-deploy-k8-considerations).
0 commit comments