mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 10:15:43 +03:00
Merge pull request #43 from matrix-org/travis/fix-build
Fix synapse not starting: install jinja2 for the ConsentResource
This commit is contained in:
commit
8f554556f1
1 changed files with 1 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue