Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 1.35 KB

README.md

File metadata and controls

44 lines (36 loc) · 1.35 KB

IRIS Hardware Interface

ci deploy img

Updated: 2021-11

Navigation

  1. Quickstart
  2. Developer Team
  3. Licence

Quickstart

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 reboot

Authentication

Create a .env file from the sample env file

cp sample.env .env

Docker Environment

Build the services for local development. Local source code is mounted to the hwi container for rapid development:

make dev

Python Module

Or run the python module directly:

python3 -m hwi

Development Team

David Sean (CTO) ([email protected])
Christian Sargusingh ([email protected])