forked from schroeder-robert/vantelligence_connector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.txt
32 lines (24 loc) · 751 Bytes
/
setup.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash - &&\
sudo apt-get install -y nodejs
npm install -g node-gyp
docker run -d \
--name mosquitto \
--restart=unless-stopped \
-p 1883:1883 \
-p 9001:9001 \
-v ./apps/mosquitto:/mosquitto/config \
-v /mosquitto/data \
-v /mosquitto/log \
eclipse-mosquitto
docker run -d \
--name homeassistant \
--privileged \
--restart=unless-stopped \
-e TZ=MY_TIME_ZONE \
-v /PATH_TO_YOUR_CONFIG:/config \
--network=host \
ghcr.io/home-assistant/home-assistant:stable
apt-get install git
git clone https://github.com/schroeder-robert/vantelligence_connector.git