mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 06:46:58 +00:00
Add note regarding rake on headless mchines (#2076)
This commit is contained in:
parent
2615bf9547
commit
8599732ce0
@ -36,6 +36,12 @@ Then you can work on the documentation:
|
|||||||
<p class='note'>
|
<p class='note'>
|
||||||
It could be necessary that you run `rake generate` prior to `rake preview` for the very first preview.
|
It could be necessary that you run `rake generate` prior to `rake preview` for the very first preview.
|
||||||
</p>
|
</p>
|
||||||
|
<p class='note'>
|
||||||
|
Site generated by `rake` is only available locally. If you are developing on a headless machine use port forwarding:
|
||||||
|
```bash
|
||||||
|
ssh -L 4000:localhost:4000 use_on_headless_machine@ip_of_headless_machine
|
||||||
|
```
|
||||||
|
</p>
|
||||||
|
|
||||||
### {% linkable_title Create a page %}
|
### {% linkable_title Create a page %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user