wazo-router-confd provides REST API for the C4 platform.
The server is already provided as a part of Wazo. Please refer to the documentation for further details on installing one.
$ make start-auth
Will start all the needed components to use confd with portal UI.
$ make setup-auth
Will insert the needed tenant uuids to use with wazo-auth and portal.
$ tox --recreate -e py37
The official docker image for this service is wazoplatform/wazo-router-confd
.
To download the latest image from the docker hub
docker pull wazoplatform/wazo-router-confd
docker run wazoplatform/wazo-router-confd
Building the docker image:
docker build -t wazoplatform/wazo-router-confd .