0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-23 04:58:20 +02:00

suggest ~/.synapse

This commit is contained in:
Matthew Hodgson 2014-11-13 11:59:33 +02:00
parent 28408a9f64
commit c2609b239f

View file

@ -161,9 +161,11 @@ To install the synapse homeserver run::
This installs synapse, along with the libraries it uses, into
``$HOME/.local/lib/``.
To actually run your new homeserver, <FIXME: WHAT DIRECTORY DO I RUN FROM? WHERE
DO MY CONFIG FILES AND LOGS LIVE? ISN'T THERE A STANDARD LOCATION IF INSTALLING
INTO ?>, ``synctl start`` and follow the instructions.
To actually run your new homeserver, pick a working directory for Synapse to run (e.g. ``~/.synapse``), and::
$ mkdir ~/.synapse
$ cd ~/.synapse
$ synctl start
Homeserver Development
======================