Casa is a home automation system to control your home. Link with a gateway which control devices, you can get datas, send actions or create automations.
sudo env CGO_ENABLED=1 GOOS=linux GOARCH=arm64 CC=aarch64-linux-gnu-gcc go build -o casa-server *.go
go build -o casa-server *.go
- Start docker (depends of your OS)
- Start database on docker
docker-compose up -d
- Init database
./casa-server init
- Start server
./casa-server start