12 Commits

Author SHA1 Message Date
Franck Nijhof
6224c71c08 Various markdown, spelling, and grammar fixes #3 (#4510)
*  Various markdown, spelling, and grammar fixes

*  Various markdown, spelling, and grammar fixes

*  Various markdown, spelling, and grammar fixes
2018-01-25 18:21:05 +01:00
mvgrimes
83e008be84 Improves documentation on deploying via docker (ex: devices and compose) (#3981)
* Removes extraneous paragraph from docker documentation

It looks like this line was intended to go somewhere else, but got
erroneously bumped into the `Restart` section.

* Adds instructions to expose devices when deploying under docker

* Adds info about `docker-compose.yml` configuration to docker deployments

The docker command is pretty complicated and doesn't support automated
restarts. I think most users with want to use `docker-compose` (or
`docker swarm`) to deploy.
2017-12-20 12:27:23 +01:00
Joe Gross
16fd4474d2 Correct container name for restart command (#4021)
Using above instructions container name includes the dash.

shiny % docker ps
CONTAINER ID        IMAGE                          COMMAND                  CREATED             STATUS              PORTS                    NAMES
a9be19e6c76a        homeassistant/home-assistant   "python -m homeass..."   5 minutes ago       Up About a minute   0.0.0.0:8123->8123/tcp   home-assistant
shiny % docker restart homeassistant
Error response from daemon: No such container: homeassistant
[1]    67676 exit 1     docker restart homeassistant
shiny !1! % docker restart home-assistant
home-assistant
2017-11-20 08:38:53 +01:00
jimbob1001
27d38de0c0 update to synology docker install page (#3989)
* update to synology docker install page

Unfortunately the Synology GUI way of installing Home Assistant through docker does not allow access to the USB devices to use a Bluetooth or Z-Wave radio (has to be done via ssh) - User Phil Hawthorne has provided great instructions on his blog to access these devices - so wondered if it was acceptable to provide a link (otherwise it would require adding quite a lot of info to the page)
Regards,
James

* Make a note
2017-11-15 11:42:33 +01:00
jimbob1001
6ad5f68509 typos & additional info (#3940)
typo - the instructions suggest calling your container "homeassistant" but then refer to restarting a container called "home-assistant"
typo - "lose" instead of "loose" & "a" instead of "an"
additional - web interface accessible using http://synologyIP:8123
additional - how to restart from synology
2017-11-10 10:07:33 +01:00
jimbob1001
29220c2e19 Update docker.markdown (#3935)
* Update docker.markdown

Added info to add timezone variable to docker using synology gui

* Fix name
2017-11-09 08:09:58 +01:00
Johannes K
0b6c5cfe44 Extended Synology-section (#2260)
Added explanation regarding network-settings and instructions on how to update HA on Docker running on Synology NAS
2017-03-15 07:17:51 +01:00
Johannes K
859ccd1039 Clarified the Synology-section (#2137) 2017-02-25 23:22:35 +01:00
Johannes K
9a0faad57a Update docker.markdown (#2138) 2017-02-25 23:21:55 +01:00
roadrash2108
e72783969d Update docker.markdown (#2123)
* Update docker.markdown

* Update docker.markdown
2017-02-24 20:49:07 +01:00
Tom Chapin
80aae1502f Adding port proxy instructions for Windows (#2120) 2017-02-24 08:05:26 +01:00
Fabian Affolter
481320128f Re-organisation Documentation and Getting started (#2055)
* Split MQTT documentation

* Add more details

* Move content to /docs

* Enable sidebar

* Move content to /docs

* Enable sidebar

* Move content

* Update links

* Remove wizard stuff

* Enable sidebar

* Minor changes

* Move MQTT parts to /docs

* update links

* Update links and sync content

* Fix link

* Enable sidebar

* Remove navigation

* Remove navigation and other minor updates

* Update links

* Add overview page

* Make title linkable

* Update

* Plit content

* Update links

* Rearrange content

* New getting-started section

* Add icons for docs

* Update for new structure

* Update for new structure

* Add docs navigation

* Add docs overview page

* Remove ecosystem navigation

* Add docs and remove other collections

* Move ecosystem to docs

* Remove duplicate files

* Re-add ecosystem overview

* Move to ecosystem

* Fix permission

* Update navigation

* Remove collection

* Move overview to right folder

* Move mqtt to upper level

* Move notebook to ecosystem

* Remove un-used files

* Add one more rectangle for iOS

* Move two parts back from docs and rename Run step

* Remove colon

* update getting-started section

* Add redirect

* Update

* Update navigation
2017-02-23 11:09:41 +01:00