Update README to mention -w and remove SimpleHTTPServer
This commit is contained in:
parent
94eb2560f4
commit
24dfdb4a7d
12
README.rst
12
README.rst
|
@ -197,15 +197,9 @@ http://localhost:8080. Simply run::
|
||||||
Running The Demo Web Client
|
Running The Demo Web Client
|
||||||
===========================
|
===========================
|
||||||
|
|
||||||
At the present time, the web client is not directly served by the homeserver's
|
You can run the web client when you run the homeserver by adding ``-w`` to the
|
||||||
HTTP server. To serve this in a form the web browser can reach, arrange for the
|
command to run ``homeserver.py``. The web client can be accessed via
|
||||||
'webclient' sub-directory to be made available by any sort of HTTP server that
|
http://localhost/matrix/client
|
||||||
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.
|
|
||||||
|
|
||||||
If this is the first time you have used the client from that browser (it uses
|
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
|
HTML5 local storage to remember its config), you will need to log in to your
|
||||||
|
|
Loading…
Reference in New Issue