Add note regarding rake on headless mchines (#2076)
This commit is contained in:
parent
2615bf9547
commit
8599732ce0
1 changed files with 6 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue