mirror of
https://github.com/valitydev/redash.git
synced 2024-11-07 01:25:16 +00:00
Update bootstrap.sh to include saml dependency
Required for saml to work
This commit is contained in:
parent
1f824fc5e3
commit
aab0542a93
@ -163,6 +163,9 @@ apt-get install -y libmysqlclient-dev
|
||||
# Microsoft SQL Server dependencies:
|
||||
apt-get install -y freetds-dev
|
||||
|
||||
#Saml dependency
|
||||
apt-get install -y xmlsec1
|
||||
|
||||
# Pip requirements for all data source types
|
||||
cd /opt/redash/current
|
||||
pip install -r requirements_all_ds.txt
|
||||
|
Loading…
Reference in New Issue
Block a user