Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion _run/multi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ __t1__: Start minikube
$ cd $GOPATH/src/github.com/ovrclk/akash
$ minikube start --cpus 4 --memory 4096
$ minikube addons enable ingress
$ kubectl create -f rbac.yml
$ kubectl create -f _run/multi/rbac.yml
```

__t1__: Initialize helm
Expand All @@ -50,6 +50,8 @@ __t1__: Generate genesis and config

_run.sh wraps various shell commands to make the prototype eaiser to run. The init command makes two wallets (named master and other), a genesis configuration giving master all the tokens, and configuration for four nodes located in data/node/_
```sh
$ cd $GOPATH/src/github.com/ovrclk/akash/_run/multi
$ make # make sure to compile latest akash binaries
$ ./run.sh init
```

Expand Down