grimmace92 wrote: 
> I tried the full path and yes this is where I copied the shell scripts. 
> Also tried chmod 777 on /config/shell and still no good :-(.  When I
> login as root (su) and go to the /config/shell folder the script files
> are there.  I tried to run it and it failed though.  See pic.  When you
> run the chmod command should anything happen.  It just goes back to the
> prompt. I ran chmod 777 -R /config/shell.  Might be time to start over
> and give it one last shot.  What command do you use to install home
> assistant in docker?  Maybe starting fresh with the proper command will
> yield benefits.  This is what I used.  
> 
> sudo docker run --name home-assistant --restart=always --net=host
> --privileged -itd -v /volume1/web/docker/homeassistant:/config -v
> /usr/syno/etc/certificate:/certificate --device /dev/ttyACM0
> homeassistant/home-assistant:latest
> 
> 

My installation was done on a debian server and I installed HASSIO as
per the following instructions for generic Linux servers:
HTTPS://WWW.HOME-ASSISTANT.IO/HASSIO/INSTALLATION/

To prepare I installed the following packages:
SUDO APT-GET INSTALL -Y APPARMOR-UTILS APT-TRANSPORT-HTTPS AVAHI-DAEMON
CA-CERTIFICATES CURL DBUS JQ NETWORK-MANAGER SOCAT
SOFTWARE-PROPERTIES-COMMON

Then install Docker-CE as per Docker.com instructions:
SUDO APT-GET INSTALL DOCKER-CE

To install HASSIO I used:
SUDO CURL -SL
HTTPS://RAW.GITHUBUSERCONTENT.COM/HOME-ASSISTANT/HASSIO-BUILD/MASTER/INSTALL/HASSIO_INSTALL
| BASH -S

To open a shell into the docker container I use the following command:
*docker exec -it homeassistant bash
*This drops me directly into the config directory inside the
home-assistant docker container. You can confirm by typing the pwd
command which shows your current path.

Ynot



*software* - logitech media server version: 7.9.1, home assistant
0.84.6, dialogflow - v.1 api, lms controls app - voice control of lms, 
openmediavault 4.1.17 - storage
*add-ons* - spotty, upnp / dlna bridge, chromecast bridge, 
*players* - sonos, upnp, pi3 - pi core player 3.5.0, android- sb player
v1.4.0, airplay to googlehome and minis
*hardware* - server - i7-3.4ghz, 4gb ram, 6tb storage, debian - 4.18
------------------------------------------------------------------------
ynot1234567890's Profile: http://forums.slimdevices.com/member.php?userid=66569
View this thread: http://forums.slimdevices.com/showthread.php?t=109273

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to