Saturday, April 27, 2019

installing hassio for MQTT traffic



https://github.com/AnaviTechnology/anavi-docs/blob/master/anavi-thermometer/anavi-thermometer.md

https://www.home-assistant.io/hassio/installation/

To perform the Hass.io installation, run the following commands:
sudo -i

apt-get install software-properties-common

add-apt-repository universe

apt-get update

apt-get install -y apparmor-utils apt-transport-https avahi-daemon ca-certificates curl dbus jq network-manager socat

curl -fsSL get.docker.com | sh

curl -sL "https://raw.githubusercontent.com/home-assistant/hassio-installer/master/hassio_install.sh" | bash -s 
 
 
 
to install on disco (19.04) have to change

https://askubuntu.com/questions/1030179/package-docker-ce-has-no-installation-candidate-in-18-04

vi /etc/apt/sources.list.d/docker.list
#deb [arch=amd64] https://download.docker.com/linux/ubuntu disco stable
deb [arch=amd64] https://download.docker.com/linux/ubuntu bionic stable

https://www.home-assistant.io/hassio/

must onboard initial time on the host browser, not external.  otherwise loops forever asking for new credentials.

***************
configuring
https://www.home-assistant.io/getting-started/configuration/


--30--

Sunday, April 14, 2019

Saturday, April 13, 2019

jenkins notes



installing jenkins

   how-to-install-jenkins-on-ubuntu-18-04

changing jenkins port

   how-to-change-port-for-jenkins

   /etc/default/jenkins has port number.  Also change it in the URL  settings for programs which
   want to access jenkins for whatever reason. 

shutting down jenkins

    http://jenkins-server/exit

jenkins general admin

   Administering+Jenkins

starting jenkins

   Starting+and+Accessing+Jenkins
--30--