Skip to content
Snippets Groups Projects
Commit 3741c336 authored by Mark Haines's avatar Mark Haines
Browse files

Merge pull request #87 from brabo/master

added "cd ~/.synapse" before setup of the homeserver to generate our fil...
parents b33a4cd6 596daf6e
No related branches found
No related tags found
No related merge requests found
...@@ -118,6 +118,7 @@ environment under ``~/.synapse``. ...@@ -118,6 +118,7 @@ environment under ``~/.synapse``.
To set up your homeserver, run (in your virtualenv, as before):: To set up your homeserver, run (in your virtualenv, as before)::
$ cd ~/.synapse
$ python -m synapse.app.homeserver \ $ python -m synapse.app.homeserver \
--server-name machine.my.domain.name \ --server-name machine.my.domain.name \
--config-path homeserver.yaml \ --config-path homeserver.yaml \
...@@ -179,6 +180,7 @@ installing under virtualenv):: ...@@ -179,6 +180,7 @@ installing under virtualenv)::
During setup of homeserver you need to call python2.7 directly again:: During setup of homeserver you need to call python2.7 directly again::
$ cd ~/.synapse
$ python2.7 -m synapse.app.homeserver \ $ python2.7 -m synapse.app.homeserver \
--server-name machine.my.domain.name \ --server-name machine.my.domain.name \
--config-path homeserver.yaml \ --config-path homeserver.yaml \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment