Skip to content
binarybucks edited this page Apr 16, 2013 · 30 revisions

Download

tbd

Prerequisite

Install node.js and npm

Settings

Add configuration items

$ sudo sh -c "echo HOMA_BASEDIR='/homA' > /etc/conf.d/homa"
$ sudo sh -c "echo HOMA_BROKER_HOST='localhost' >> /etc/conf.d/homa"
$ sudo sh -c "echo HOMA_BROKER_PORT='1883' >> /etc/conf.d/homa"

Export configuration items as environment variables

[[ -r /etc/conf.d/homa ]] && . <(sed '/^export/!s/^/export /' "/etc/conf.d/homa")

Broker

tbd

Webinterface

tbd

App

tbd

Tools

tbd

Components

tbd

Clone this wiki locally