Files
notifications-admin/scripts/aws_install_dependencies.sh

8 lines
227 B
Bash
Raw Normal View History

2015-11-30 15:44:16 +00:00
#!/bin/bash
2015-12-02 10:15:46 +00:00
echo "Install dependencies"
2015-12-16 11:02:54 +00:00
cd /home/ubuntu/notifications-api; gem install sass
export FLASK_CONFIG=/home/ubuntu/config.cfg
python app.py db upgrade
2015-11-30 15:44:16 +00:00
pip install -r /home/ubuntu/notifications-admin/requirements.txt