We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 830611d commit 7deba59Copy full SHA for 7deba59
1 file changed
doc/source/getting_started.rst
@@ -123,7 +123,7 @@ Refining the web pages
123
124
::
125
126
- scripts/cmdeploy webdev --ssh-host @local
+ scripts/cmdeploy webdev
127
128
This starts a local live development cycle for chatmail web pages:
129
@@ -134,8 +134,9 @@ This starts a local live development cycle for chatmail web pages:
134
directory and generating HTML files and copying assets to the
135
``www/build`` directory.
136
137
-- Starts a browser window automatically where you can “refresh” as
138
- needed.
+- if you are running scripts/cmdeploy webdev on the relay itself,
+ you need to configure a route in /etc/nginx/nginx.conf
139
+ to expose the build directory.
140
141
Custom web pages
142
----------------
0 commit comments