summary refs log tree commit diff
diff options
context:
space:
mode:
authorbrabo <brabo@riseup.net>2015-02-22 18:52:59 +0100
committerbrabo <brabo@riseup.net>2015-02-22 18:52:59 +0100
commit596daf6e68eefcce6f868157be6dfb22a51b82d6 (patch)
treef873046555006551272ab2399324822c37d5bb11
parentMerge pull request #86 from matrix-org/v0.7.1-r2 (diff)
downloadsynapse-596daf6e68eefcce6f868157be6dfb22a51b82d6.tar.xz
added "cd ~/.synapse" before setup of the homeserver to generate our files in there instead of ~
-rw-r--r--README.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.rst b/README.rst

index d3778b9f2e..c2af7c9332 100644 --- a/README.rst +++ b/README.rst
@@ -118,6 +118,7 @@ environment under ``~/.synapse``. To set up your homeserver, run (in your virtualenv, as before):: + $ cd ~/.synapse $ python -m synapse.app.homeserver \ --server-name machine.my.domain.name \ --config-path homeserver.yaml \ @@ -179,6 +180,7 @@ installing under virtualenv):: During setup of homeserver you need to call python2.7 directly again:: + $ cd ~/.synapse $ python2.7 -m synapse.app.homeserver \ --server-name machine.my.domain.name \ --config-path homeserver.yaml \