diff options
Diffstat (limited to 'webclient/README')
-rw-r--r-- | webclient/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/webclient/README b/webclient/README new file mode 100644 index 0000000000..0f893b1712 --- /dev/null +++ b/webclient/README @@ -0,0 +1,12 @@ +Basic Usage +----------- + +The Synapse web client needs to be hosted by a basic HTTP server. + +You can use the Python simple HTTP server:: + + $ python -m SimpleHTTPServer + +Then, open this URL in a WEB browser:: + + http://127.0.0.1:8000/ |