Thanks to visit codestin.com
Credit goes to github.com

Skip to content

tommi9063/fimpui

Repository files navigation

FIMPUI

Build Static Files

make build-js

Run Angular dev app

ng serve

Then open http://localhost:4200

Run Go Server

Set server config in var/data/config.json and then:

make run

Create Debian Package

make deb-arm

Rsync static files for deverlopment

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/

Other

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 5