mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
14 lines
242 B
Plaintext
14 lines
242 B
Plaintext
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/
|
|
|
|
|