From 5492116d191d84310e12dcdfb1559c5effab482d Mon Sep 17 00:00:00 2001 From: Martyn Inglis Date: Thu, 17 Dec 2015 11:08:37 +0000 Subject: [PATCH] Path wrong on start script --- scripts/aws_install_dependencies.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/aws_install_dependencies.sh b/scripts/aws_install_dependencies.sh index 02897f016..2c1e3b2fd 100755 --- a/scripts/aws_install_dependencies.sh +++ b/scripts/aws_install_dependencies.sh @@ -1,7 +1,7 @@ #!/bin/bash echo "Install dependencies" -cd /home/ubuntu/notifications-api; gem install sass -export FLASK_CONFIG=/home/ubuntu/config.cfg +cd /home/ubuntu/notifications-admin; +gem install sass; python app.py db upgrade pip install -r /home/ubuntu/notifications-admin/requirements.txt