homeserver runs webclient by default now
This commit is contained in:
parent
8f7fbc1bb0
commit
be2f948da5
11
README.rst
11
README.rst
|
@ -24,11 +24,8 @@ To get up and running:
|
||||||
|
|
||||||
- To run your own **private** homeserver on localhost:8080, install synapse
|
- To run your own **private** homeserver on localhost:8080, install synapse
|
||||||
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`` - you will find a webclient running
|
||||||
|
at http://localhost:8080 (use a recent Chrome, Safari or Firefox for now,
|
||||||
- To run your own webclient, add ``-w``:
|
|
||||||
``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,
|
|
||||||
please...)
|
please...)
|
||||||
|
|
||||||
- To make the homeserver **public** and let it exchange messages with
|
- To make the homeserver **public** and let it exchange messages with
|
||||||
|
@ -201,9 +198,7 @@ http://localhost:8080. Simply run::
|
||||||
Running The Demo Web Client
|
Running The Demo Web Client
|
||||||
===========================
|
===========================
|
||||||
|
|
||||||
You can run the web client when you run the homeserver by adding ``-w`` to the
|
The homeserver runs a web client by default at http://localhost:8080.
|
||||||
command to run ``homeserver.py``. The web client can be accessed via
|
|
||||||
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 New Issue