From 8599732ce09a1e93cb2d91635bc84df479c170f0 Mon Sep 17 00:00:00 2001 From: Andrey Date: Sat, 18 Feb 2017 11:09:47 +0200 Subject: [PATCH] Add note regarding rake on headless mchines (#2076) --- source/developers/website.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/developers/website.markdown b/source/developers/website.markdown index b407ff48e0f..4dac1a51fd9 100644 --- a/source/developers/website.markdown +++ b/source/developers/website.markdown @@ -36,6 +36,12 @@ Then you can work on the documentation:

It could be necessary that you run `rake generate` prior to `rake preview` for the very first preview.

+

+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 +``` +

### {% linkable_title Create a page %}