Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #4342 from aaronraimist/new-virtualenv
Browse files Browse the repository at this point in the history
Update README to use new virtualenv (#4328)
  • Loading branch information
richvdh authored Jan 10, 2019
2 parents 8d4b4e7 + dd3bf40 commit 8c818af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions changelog.d/4342.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update README to use the new virtualenv everywhere

0 comments on commit 8c818af

Please sign in to comment.