mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-12 13:01:34 +01:00
Updated README about -w in all the places.
This commit is contained in:
parent
0b179db36d
commit
286e90e58f
1 changed files with 3 additions and 3 deletions
|
@ -26,8 +26,8 @@ To get up and running:
|
||||||
with ``python setup.py develop --user`` and then run one with
|
with ``python setup.py develop --user`` and then run one with
|
||||||
``python synapse/app/homeserver.py``
|
``python synapse/app/homeserver.py``
|
||||||
|
|
||||||
- To run your own webclient:
|
- To run your own webclient, add ``-w``:
|
||||||
``cd webclient; python -m SimpleHTTPServer`` and hit http://localhost:8000
|
``python synapse/app/homeserver.py -w`` and hit http://localhost:8080/matrix/client
|
||||||
in your web browser (a recent Chrome, Safari or Firefox for now,
|
in your web browser (a recent Chrome, Safari or Firefox for now,
|
||||||
please...)
|
please...)
|
||||||
|
|
||||||
|
@ -203,7 +203,7 @@ Running The Demo Web Client
|
||||||
|
|
||||||
You can run the web client when you run the homeserver by adding ``-w`` to the
|
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
|
command to run ``homeserver.py``. The web client can be accessed via
|
||||||
http://localhost/matrix/client
|
http://localhost:8080/matrix/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 a new issue