smotastic / smarthome

Smarthome projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Container

docker build -t smotastic/bla .

Run Container

docker run smotastic/bla

Deployment

cd radioalarm
mvn clean install
scp target/*.jar pi@raspberrypi:~/dev/smarthome/app.jar
# kill any running services
ssh pi@raspberrypi 'fuser -k 8080/tcp'
ssh pi@raspberrypi 'java -jar ~/dev/smarthome/app.jar'

Nice to have

Turn down volume

sudo amixer cset numid=1 80%

Check used ports

sudo lsof -i -P -n | grep LISTEN

About

Smarthome projects


Languages

Language:Java 98.4%Language:Dockerfile 1.6%