-
Notifications
You must be signed in to change notification settings - Fork 13
Install application
autopower_developer edited this page Nov 13, 2019
·
11 revisions
Access yún via ssh (e.g. Windows users can use putty)
- Install
thermeq3
typing:- Yún Rev1 and Rev2:
wget --no-check-certificate --quiet -O /root/install.sh https://raw.githubusercontent.com/autopower/thermeq3/master/install/uni_install.sh;chmod +x /root/install.sh
- RPi:
wget --no-check-certificate --quiet -O /home/pi/install.sh https://raw.githubusercontent.com/autopower/thermeq3/master/install/RPi/uni_install.sh;chmod +x /home/pi/install.sh
- Yún Rev1 and Rev2:
- Run the installer script:
- Yún:
/root/install.sh <your installation name>
- RPi:
/home/pi/install.sh <your installation name>
- Yún:
- You'll need SMTP server details and Open Weather Map API key (sign-up is free).
Example: ./install.sh boilerstarter
, this boilerstarter
name will be used as device name
If you want test new universal installer, please follow these steps:
- get the install script:
- Yún:
wget --no-check-certificate --quiet -O /root/install.sh https://raw.githubusercontent.com/autopower/thermeq3/master/install/uni_install.sh;chmod +x /root/install.sh
- RPi:
wget --no-check-certificate --quiet -O /home/pi/install.sh https://raw.githubusercontent.com/autopower/thermeq3/master/install/uni_install.sh;chmod +x /home/pi/install.sh
- Yún:
- Run the installer script:
- Yún:
/root/install.sh <your installation name>
- RPi:
/home/pi/install.sh <your installation name>
- Yún:
Simply unzip thermeq3.zip into the /root/thermeq3 folder.
Just use uni installer with alpha option, e.g.: ./install.sh thermeq3 alpha