#!/bin/bash set +x # Move to the source directory so we can bootstrap if [ -f "/awx_devel/manage.py" ]; then cd /awx_devel else echo "Failed to find awx source tree, map your development tree volume" fi make awx-link # AWX bootstrapping make version_file make migrate make init mkdir -p /awx_devel/awx/public/static mkdir -p /awx_devel/awx/ui/static mkdir -p /awx_devel/awx/ui_next/build/static