From 23088671322446f444fe8059c3126c9d004cbb97 Mon Sep 17 00:00:00 2001 From: Martyn Inglis Date: Wed, 16 Dec 2015 11:02:54 +0000 Subject: [PATCH] Install SASS gem --- scripts/aws_install_dependencies.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/aws_install_dependencies.sh b/scripts/aws_install_dependencies.sh index 5b51564d8..02897f016 100755 --- a/scripts/aws_install_dependencies.sh +++ b/scripts/aws_install_dependencies.sh @@ -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