mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-02 17:48:50 -04:00
Path wrong on start script
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
echo "Install dependencies"
|
echo "Install dependencies"
|
||||||
cd /home/ubuntu/notifications-api; gem install sass
|
cd /home/ubuntu/notifications-admin;
|
||||||
export FLASK_CONFIG=/home/ubuntu/config.cfg
|
gem install sass;
|
||||||
python app.py db upgrade
|
python app.py db upgrade
|
||||||
pip install -r /home/ubuntu/notifications-admin/requirements.txt
|
pip install -r /home/ubuntu/notifications-admin/requirements.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user