Add result with endpoints to service-provider-setup README #11
@ -161,3 +161,13 @@ To get started, follow the [installation](../README.md#installation) guide to se
|
|||||||
```bash
|
```bash
|
||||||
LANG=en_US.utf8 ansible-playbook service-provider-setup.yml -i hosts.ini --extra-vars='{ target_host: "deployment_host" }' --user $USER
|
LANG=en_US.utf8 ansible-playbook service-provider-setup.yml -i hosts.ini --extra-vars='{ target_host: "deployment_host" }' --user $USER
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Result
|
||||||
|
|
||||||
|
After the playbook finishes executing, the following services will be deployed (your setup should look similar to the example below):
|
||||||
|
|
||||||
|
- laconicd chain RPC endpoint: http://lcn-cad-cluster-control.laconic.com:26657
|
||||||
|
- laconic console: http://lcn-cad-cluster-control.laconic.com:8080/registry
|
||||||
|
- laconicd GQL endpoint: http://lcn-cad-cluster-control.laconic.com:9473/api
|
||||||
|
- webapp deployer API: https://webapp-deployer-api.pwa.laconic.com
|
||||||
|
- webapp deployer UI: https://webapp-deployer-ui.pwa.laconic.com
|
||||||
|
Loading…
Reference in New Issue
Block a user