smart-home-configurator

command module
v0.0.22 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 13, 2020 License: GPL-3.0 Imports: 11 Imported by: 0

README

Smart home configurator

Project site | Server | Mobile gate | Node | Smart home Socket | Modbus device controller | Mobile app

status

Branch Status
master Build Status
dev Build Status

Attention! The project is under active development.

screenshots screenshots
smart home configurator smart home configurator
smart home configurator smart home configurator

Installation for development

git clone https://github.com/e154/smart-home-configurator $GOPATH/src/github.com/e154/smart-home-configurator

cd $GOPATH/src/github.com/e154/smart-home-configurator

go mod vendor

go build

editing configuration files

cp conf/config.dev.json conf/config.json

init project files

./bin/project.sh --init

run frontend development tools

./cd static_source && gulp

run server

./smart-home-configurator

install depends on MAC OS

brew search node
brew install node@8
brew link node@8

now add string at ~/.bash_profile

echo 'export PATH="/usr/local/opt/node@8/bin:$PATH"' >> ~/.bash_profile

install gulp and bower

node -v
#v8.16.1

npm -v
#6.4.1

./cd static_source && npm install

node install gulp -g
node install bower -g

It's all

LICENSE

GPLv3 Public License

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
system
websocketproxy
Package websocketproxy is a reverse proxy for WebSocket connections.
Package websocketproxy is a reverse proxy for WebSocket connections.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL