Skip to content

Commit

Permalink
Merge branch 'master' into disable-phone-verification-in-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
MatousJobanek authored Aug 31, 2023
2 parents 76e595c + 28b9307 commit 654ded1
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions dev_install.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,23 @@ make appstudio-dev-deploy-latest
If you want to install a local version of any of the Sandbox operators in dev mode then:

. link:quay.adoc[Configure your quay account for dev deployment]
. Run the following: +
```
make dev-deploy-e2e
. Run any from the following commands:
```bash
# To deploy local versions of all repositories:
make dev-deploy-e2e-local

# To deploy local version only of the host-operator repo:
make dev-deploy-e2e-host-local

# To deploy local version only of the member-operator repo:
make dev-deploy-e2e-member-local

# To deploy local version only of the registration-service repo:
make dev-deploy-e2e-registration-local
```

=== ToolchainStatus
. Run `oc get toolchainstatus -n <quay-io-username>-host-operator` and ensure the Ready status is `True`
. Run `oc get toolchainstatus -n toolchain-host-operator` and ensure the Ready status is `True`
+
```
NAME MURS READY LAST UPDATED
Expand Down

0 comments on commit 654ded1

Please sign in to comment.