Chore small setup doc fixes (#1533)

This commit is contained in:
ⵄⵎⵉⵔⵓⵛ 2023-10-19 15:01:00 +02:00 committed by GitHub
parent 2b40fc3c6b
commit a75dc75aff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

View file

@ -22,7 +22,7 @@ colima start --with-kubernetes --cpu 2 --memory 8 -p openreplay
```yaml
git clone https://github.com/openreplay/openreplay -b dev
cd openreplay/scripts/helmcharts
SKIP_K8S_INSTALL=true SKIP_K8S_TOOLS=true DOMAIN_NAME=openreplay.local bash -x init.sh
SKIP_K8S_INSTALL=1 SKIP_K8S_TOOLS=1 DOMAIN_NAME=openreplay.local bash -x init.sh
```
## Updating DNS

View file

@ -1,5 +1,5 @@
#!/bin/bash
set -e
set -ex
# Ref: https://stackoverflow.com/questions/5947742/how-to-change-the-output-color-of-echo-in-linux
RED='\033[0;31m'