Tweak setup script comments
This commit is contained in:
@@ -110,7 +110,7 @@ print_info "Running complete Wild-Cloud setup using modular components"
|
||||
echo ""
|
||||
|
||||
# =============================================================================
|
||||
# COMPONENT 1: SCAFFOLD SETUP
|
||||
# SCAFFOLD SETUP
|
||||
# =============================================================================
|
||||
|
||||
if [ "${SKIP_SCAFFOLD}" = false ]; then
|
||||
@@ -129,7 +129,7 @@ else
|
||||
fi
|
||||
|
||||
# =============================================================================
|
||||
# COMPONENT 2: CLUSTER SETUP
|
||||
# CLUSTER SETUP
|
||||
# =============================================================================
|
||||
|
||||
if [ "${SKIP_CLUSTER}" = false ]; then
|
||||
@@ -148,7 +148,7 @@ else
|
||||
fi
|
||||
|
||||
# =============================================================================
|
||||
# COMPONENT 3: SERVICES SETUP
|
||||
# SERVICES SETUP
|
||||
# =============================================================================
|
||||
|
||||
if [ "${SKIP_SERVICES}" = false ]; then
|
||||
@@ -212,4 +212,4 @@ else
|
||||
print_info "Complete the remaining setup steps to finalize your Wild-Cloud deployment"
|
||||
fi
|
||||
|
||||
print_success "Wild-Cloud setup completed!"
|
||||
print_success "Wild-Cloud setup completed!"
|
||||
|
@@ -14,9 +14,10 @@ Initialize a personal wild-cloud in any empty directory, for example:
|
||||
cd ~
|
||||
mkdir ~/my-wild-cloud
|
||||
cd my-wild-cloud
|
||||
wild-init
|
||||
```
|
||||
|
||||
Now, continue setup by following the instructions inside the new `README.md` in your personal wild-cloud directory:
|
||||
Run:
|
||||
|
||||
~/my-wild-cloud/README.md
|
||||
```bash
|
||||
wild-setup
|
||||
```
|
||||
|
Reference in New Issue
Block a user