Running unit tests

apt-get install libpq-dev python3-dev libffi-dev libyaml-dev
pip install tox
tox --recreate -e py3

Docker

The official docker image for this service is wazoplatform/wazo-agentd.

Getting the image

To download the latest image from the docker hub

docker pull wazoplatform/wazo-agentd

Running wazo-agentd

docker run wazoplatform/wazo-agentd

Building the image

Building the docker image:

docker build -t wazoplatform/wazo-agentd .