mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 15:21:13 +03:00
93dda555f1
I had to pull the git urls out of the main requirements files because in order to install offline (--no-index), we need pip to install from local package archives rather than cloning repo. The weird `cat` thing going on in the Makefile is because we need to install everything as part of a single `pip install` transaction. Without this, installing only requirements_git.txt will result in dependencies getting unintentionally updated. |
||
---|---|---|
.. | ||
ansible_tower.egg-info | ||
unit-tests | ||
ansible-tower.egg-link | ||
awx-manage | ||
Dockerfile | ||
Dockerfile-haproxy | ||
Dockerfile-logstash | ||
Dockerfile-sync | ||
haproxy.cfg | ||
logstash.conf | ||
nginx.conf | ||
nginx.vh.default.conf | ||
proot.repo | ||
README | ||
start_development.sh | ||
supervisor.conf |
docker build --no-cache=true --rm=true -t ansible/tower_devel:latest . docker run --name tower_test -it --memory="4g" --cpuset="0,1" -v /Users/meyers/ansible/:/tower_devel -p 8013:8013 -p 8080:8080 -p 27017:27017 -p 2222:22 ansible/tower_devel