1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-27 09:25:10 +03:00

Remove references to tarball installation method (non-operational given config files were missing, etc)

This commit is contained in:
Michael DeHaan 2013-09-07 14:30:00 -04:00
parent d90858fe58
commit 7722799abf

View File

@ -259,10 +259,6 @@ These nightly repositories can be used by the AWX setup playbook by running the
./setup.sh -e "aw_repo_url=http://50.116.42.103/awx_nightlies_RTYUIOPOIUYTYU"
Alternatively you can also install from the tarball produced by "make release_ball" ...
./setup.sh -e "tarball=<path_to_tarball>"
> Note that if this is not a fresh installation, you should run the following:
> "yum clean all --enablerepo=ansibleworks-awx" in order to clean out the yum cache.