Merge pull request #4342 from aaronraimist/new-virtualenv

Update README to use new virtualenv (#4328)
This commit is contained in:
Richard van der Hoff 2019-01-10 14:59:33 +00:00 committed by GitHub
commit 8c818af38e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -184,7 +184,7 @@ Configuring Synapse
Before you can start Synapse, you will need to generate a configuration
file. To do this, run (in your virtualenv, as before)::
cd ~/.synapse
cd ~/synapse
python -m synapse.app.homeserver \
--server-name my.domain.name \
--config-path homeserver.yaml \
@ -796,8 +796,7 @@ A manual password reset can be done via direct database access as follows.
First calculate the hash of the new password::
$ source ~/.synapse/bin/activate
$ ./scripts/hash_password
$ ~/synapse/env/bin/hash_password
Password:
Confirm password:
$2a$12$xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

1
changelog.d/4342.misc Normal file
View file

@ -0,0 +1 @@
Update README to use the new virtualenv everywhere