make build-js
ng serve
Then open http://localhost:4200
Set server config in var/data/config.json
and then:
make run
make deb-arm
GOOS=linux GOARCH=arm GOARM=6 go build -o thingsplex_arm
rsync -a static/fimpui/dist [email protected]:~/thingsplex/static/fimpui/
scp thingsplex_arm [email protected]:~/thingsplex/
Package : tar cvzf thingsplex.tar.gz thingsplex_arm static/thingsplex/dist scp thingsplex.tar.gz [email protected]:~/thingsplex/
Unpackage : tar -xvf thingsplex.tar.gz Update static/thingsplex/dist/index.html