Update bootstrap.sh to include saml dependency

Required for saml to work
This commit is contained in:
Ama A 2016-04-20 14:17:10 -05:00
parent 1f824fc5e3
commit aab0542a93

View File

@ -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