-
Notifications
You must be signed in to change notification settings - Fork 13
Install application
autopower_developer edited this page Nov 19, 2018
·
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/current/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/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/current/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/current/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:
wget --no-check-certificate --quiet -O /root/upgrade.sh https://raw.githubusercontent.com/autopower/thermeq3/master/install/current/upgrade.sh;chmod +x /root/upgrade.sh
- Run upgrade script:
/root/upgrade.sh
Just use wget --no-check-certificate --quiet -O /root/upgrade.sh https://raw.githubusercontent.com/autopower/thermeq3/master/install/alpha/upgrade.sh;chmod +x /root/upgrade.sh