Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1019 Bytes

README.md

File metadata and controls

44 lines (32 loc) · 1019 Bytes

Build Status

Start

To start all microservices:

docker-compose up

Because microservice apple-homekit needs host network - it runs without docker. To start apple-homekit microservice:

cd ./services/apple-homekit
npm i
npm run start:preset 

Development

npm run bootstrap
npm run dev

Fake devices

For testing there are two fake devices: outlet and temperature sensor. To run them:

cd fake-devices
npm i
npm run start_device_1 # Outlet
npm run start_device_2 # Temperature sensor

Run on Kubernetes :kubernetes:

Every service have deployment files in ./services/%service-name%/provisioning

Screenshots: