Install SASS gem

This commit is contained in:
Martyn Inglis
2015-12-16 11:02:54 +00:00
parent 6c40e72e78
commit 2308867132

View File

@@ -1,6 +1,7 @@
#!/bin/bash
echo "Install dependencies"
cd /home/ubuntu/notifications-api; gem install sass
export FLASK_CONFIG=/home/ubuntu/config.cfg
python app.py db upgrade
pip install -r /home/ubuntu/notifications-admin/requirements.txt