Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 489 Bytes

README.md

File metadata and controls

51 lines (35 loc) · 489 Bytes

indoorpi_v2

Client

npm install && bower install

Gateway

npm install

Auth service

npm install

Gpio service

npm install

Faye server

npm install

Start complete stack

Install pm2

sudo npm install -g pm2

Start microservices

pm2 start gateway/gateway.js auth_service/auth.js gpio_service/gpio.js faye/pubsub.js

Start frontend

gulp serve