Updated: 2021-11
This repository is built and controlled using the Makefile in the root in order to homogenize our dev environments. Run make help for more information on the available make targets. The source is intended to be built and developed on Ubuntu 20.04 or higher ARM64 systems.
Install docker, docker-compose and setup user permissions
sudo apt install docker.io docker-compose
sudo groupadd docker
sudo usermod -aG docker $USER
sudo rebootCreate a .env file from the sample env file
cp sample.env .envBuild the services for local development. Local source code is mounted to the hwi container for rapid development:
make devOr run the python module directly:
python3 -m hwiDavid Sean (CTO) (david@incuvers.com)
Christian Sargusingh (christian@incuvers.com)
