Skip to content

Commit 7deba59

Browse files
committed
docs: webdev needs to be exposed via nginx if run on the relay
1 parent 830611d commit 7deba59

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

doc/source/getting_started.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Refining the web pages
123123

124124
::
125125

126-
scripts/cmdeploy webdev --ssh-host @local
126+
scripts/cmdeploy webdev
127127

128128
This starts a local live development cycle for chatmail web pages:
129129

@@ -134,8 +134,9 @@ This starts a local live development cycle for chatmail web pages:
134134
directory and generating HTML files and copying assets to the
135135
``www/build`` directory.
136136

137-
- Starts a browser window automatically where you can “refresh” as
138-
needed.
137+
- if you are running scripts/cmdeploy webdev on the relay itself,
138+
you need to configure a route in /etc/nginx/nginx.conf
139+
to expose the build directory.
139140

140141
Custom web pages
141142
----------------

0 commit comments

Comments
 (0)