Update README

This commit is contained in:
Adw8 2024-09-30 11:10:35 +05:30
parent 547c7dcd94
commit 2e9e8614b7

View File

@ -96,7 +96,7 @@ To get started, follow the [installation](../README.md#installation) guide to se
# }
```
- Run the `service-provider-setup.yml` ansible-playbook to DNS records, deploy k8s, setup container registry, deploy the webapp-deployer API and webapp-deployer UI
- Run the `service-provider-setup.yml` ansible-playbook to setup a new user, create DNS records, deploy k8s, setup laconicd and laconic console, setup container registry, deploy the webapp-deployer API and webapp-deployer UI
```bash
LANG=en_US.utf8 ansible-playbook service-provider-setup.yml -i hosts.ini --extra-vars='{ target_host: "deployment_host" }' --user $USER