Skip to content
Snippets Groups Projects
Commit 0e62fcd0 authored by Aaron's avatar Aaron
Browse files

Update README to use new virtualenv (#4328)


Signed-off-by: default avatarAaron Raimist <aaron@raim.ist>
parent d7843f47
Branches
Tags
No related merge requests found
...@@ -184,7 +184,7 @@ Configuring Synapse ...@@ -184,7 +184,7 @@ Configuring Synapse
Before you can start Synapse, you will need to generate a configuration Before you can start Synapse, you will need to generate a configuration
file. To do this, run (in your virtualenv, as before):: file. To do this, run (in your virtualenv, as before)::
cd ~/.synapse cd ~/synapse
python -m synapse.app.homeserver \ python -m synapse.app.homeserver \
--server-name my.domain.name \ --server-name my.domain.name \
--config-path homeserver.yaml \ --config-path homeserver.yaml \
...@@ -796,7 +796,7 @@ A manual password reset can be done via direct database access as follows. ...@@ -796,7 +796,7 @@ A manual password reset can be done via direct database access as follows.
First calculate the hash of the new password:: First calculate the hash of the new password::
$ source ~/.synapse/bin/activate $ source ~/synapse/env/bin/activate
$ ./scripts/hash_password $ ./scripts/hash_password
Password: Password:
Confirm password: Confirm password:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment