summary refs log tree commit diff
path: root/syweb/webclient/README
diff options
context:
space:
mode:
authorMark Haines <mark.haines@matrix.org>2014-11-14 11:16:50 +0000
committerMark Haines <mark.haines@matrix.org>2014-11-14 11:16:50 +0000
commite903c941cb1bed18026f00ed1d3495a8d172f13a (patch)
tree894da7441d913361b70da4cc13cd73ead86d2e67 /syweb/webclient/README
parentRemove unused 'context' variables to appease pyflakes (diff)
parentAdd notification-service unit tests. (diff)
downloadsynapse-e903c941cb1bed18026f00ed1d3495a8d172f13a.tar.xz
Merge branch 'develop' into request_logging
Conflicts:
	setup.py
	synapse/storage/_base.py
	synapse/util/async.py
Diffstat (limited to 'syweb/webclient/README')
-rw-r--r--syweb/webclient/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/syweb/webclient/README b/syweb/webclient/README
new file mode 100644
index 0000000000..ef79b25708
--- /dev/null
+++ b/syweb/webclient/README
@@ -0,0 +1,13 @@
+Basic Usage
+-----------
+
+The web client should automatically run when running the home server. 
+Alternatively, you can run it stand-alone:
+
+    $ python -m SimpleHTTPServer
+
+Then, open this URL in a WEB browser::
+
+    http://127.0.0.1:8000/
+
+