Skip to content

Incuvers/hwi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0fbcea3 · Dec 10, 2021
Dec 10, 2021
Dec 10, 2021
Nov 19, 2021
Dec 10, 2021
Nov 11, 2021
Dec 9, 2021
Nov 11, 2021
Nov 12, 2021
Nov 10, 2021
Oct 29, 2021
Nov 9, 2021
Nov 10, 2021
Nov 26, 2021
Nov 19, 2021
Dec 1, 2021
Nov 11, 2021
Nov 26, 2021
Nov 19, 2021
Dec 9, 2021
Nov 10, 2021
Dec 9, 2021

Repository files navigation

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) (david@incuvers.com)
Christian Sargusingh (christian@incuvers.com)