mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 02:42:26 -05:00
Path wrong on start script
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user