Skip to content

Commit cfc68f2

Browse files
authored
Merge pull request #807 from cybozu-go/issue-800
Add install aqua procedure before `make start`
2 parents 5cde10c + ee3bf54 commit cfc68f2

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,9 @@ Innovation releases would probably work. But they are not tested in our CI.
5656
You can quickly run MOCO using [kind](https://kind.sigs.k8s.io/).
5757

5858
1. Prepare a Linux machine and install Docker.
59-
2. Checkout MOCO and go to `e2e` directory.
60-
3. Run `make start`
59+
2. Install aqua by following the instructions at https://aquaproj.github.io/docs/install/.
60+
3. Checkout MOCO and go to `e2e` directory.
61+
4. Run `make start`
6162

6263
You can then create a three-instance MySQL cluster as follows:
6364

e2e/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,16 @@ Therefore, we include the following tests in the e2e suite.
2424
## How to run e2e tests
2525

2626
1. Prepare a Linux with Docker.
27-
2. Run the following commands in this directory.
27+
2. Install aqua by following the instructions at https://aquaproj.github.io/docs/install/.
28+
3. Run the following commands in this directory.
2829

2930
```console
3031
$ make start
3132
$ make test
3233
$ make test-upgrade
3334
```
3435

35-
3. After the test, run the following command to stop `kind` cluster.
36+
4. After the test, run the following command to stop `kind` cluster.
3637

3738
```console
3839
$ make stop

0 commit comments

Comments
 (0)