Merge branch 'master' into toml/install-scripts-fail-fast

This commit is contained in:
Bruno Windels 2019-04-03 15:52:11 +02:00
commit c1464aaa5d
12 changed files with 54 additions and 66 deletions

View file

@ -674,6 +674,7 @@ user_consent:
block_events_error: >-
To continue using this homeserver you must review and agree to the
terms and conditions at %(consent_uri)s
require_at_registration: true

View file

@ -34,7 +34,7 @@ pip install --upgrade setuptools
python synapse/python_dependencies.py | xargs pip install
pip install lxml mock
pip install .
pip install jinja2 # We use the ConsentResource, which requires jinja2
python -m synapse.app.homeserver \
--server-name localhost \
--config-path homeserver.yaml \