ybalt / ansible-tower

Ansible Tower dockerized
Apache License 2.0
104 stars 79 forks source link

have error #1

Closed vTNT closed 9 years ago

vTNT commented 9 years ago

dockerfile should be change this line : "ADD licence /etc/tower/license" to "ADD license /etc/tower/license"

ybalt commented 9 years ago

Fixed in latest version as well as certificate mapping and ServerName in Apache config. Thanks!

vTNT commented 9 years ago

the README.md should be change this line : ' ~/certs/domain.license ' to ' ~/certs/license ' , or change the docker-entrypoint.sh: ' if [[ -a /certs/license ]]; then ' -a /certs/domain.license ' and 'cp -r /certs/license /etc/tower/license' to 'cp -r /certs/domain.license /etc/tower/license'

ybalt commented 9 years ago

Yea, it's a typo, thanks

vTNT commented 9 years ago

docker-entrypoint.sh should be change this line : ' chown awx:awx /etc//tower/tower.cert ' to ' chown awx:awx /etc/tower/tower.cert '

ybalt commented 9 years ago

vTNT, Not a critical typo, but anyway - thanks. Do you tried run in by yourself?