Merge pull request #43 from matrix-org/travis/fix-build

Fix synapse not starting: install jinja2 for the ConsentResource
pull/21833/head
Travis Ralston 2018-12-28 17:00:58 -07:00 committed by GitHub
commit 8f554556f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ source env/bin/activate
pip install --upgrade pip
pip install --upgrade setuptools
pip install .
pip install jinja2 # We use the ConsentResource, which requires jinja2
python -m synapse.app.homeserver \
--server-name localhost \
--config-path homeserver.yaml \