add missed log and fix dev env

This commit is contained in:
Chris Meyers
2016-07-22 10:04:02 -04:00
parent fd098e64dc
commit 811d6dfe3d
2 changed files with 4 additions and 1 deletions

View File

@@ -10,6 +10,9 @@ ansible -i "127.0.0.1," -c local -v -m wait_for -a "host=redis port=6379" all
ansible -i "127.0.0.1," -c local -v -m postgresql_user -U postgres -a "name=awx-dev password=AWXsome1 login_user=postgres login_host=postgres" all
ansible -i "127.0.0.1," -c local -v -m postgresql_db -U postgres -a "name=awx-dev owner=awx-dev login_user=postgres login_host=postgres" all
# For migration log
mkdir -p /var/log/tower/
# Move to the source directory so we can bootstrap
if [ -f "/tower_devel/manage.py" ]; then
cd /tower_devel