summary refs log tree commit diff
path: root/README.rst
diff options
context:
space:
mode:
authorKegan Dougal <kegan@matrix.org>2014-08-14 17:51:12 +0100
committerKegan Dougal <kegan@matrix.org>2014-08-14 17:51:19 +0100
commit24dfdb4a7d62775594d3b0c395f1818a515ceb71 (patch)
treead3554a5a6ad66515e06e4dbfd815ca7c11c9372 /README.rst
parentAdd documentation about Federation Queries and EDUs (diff)
downloadsynapse-24dfdb4a7d62775594d3b0c395f1818a515ceb71.tar.xz
Update README to mention -w and remove SimpleHTTPServer
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst12
1 files changed, 3 insertions, 9 deletions
diff --git a/README.rst b/README.rst
index cb47fd4812..729df13b12 100644
--- a/README.rst
+++ b/README.rst
@@ -197,15 +197,9 @@ http://localhost:8080. Simply run::
 Running The Demo Web Client
 ===========================
 
-At the present time, the web client is not directly served by the homeserver's
-HTTP server. To serve this in a form the web browser can reach, arrange for the
-'webclient' sub-directory to be made available by any sort of HTTP server that
-can serve static files. For example, python's SimpleHTTPServer will suffice::
-
-    $ cd webclient
-    $ python -m SimpleHTTPServer
-
-You can now point your browser at  http://localhost:8000/  to find the client.
+You can run the web client when you run the homeserver by adding ``-w`` to the
+command to run ``homeserver.py``. The web client can be accessed via 
+http://localhost/matrix/client
 
 If this is the first time you have used the client from that browser (it uses
 HTML5 local storage to remember its config), you will need to log in to your