Quantcast
Channel: Kaltura - Latest posts
Viewing all articles
Browse latest Browse all 7410

Docker installation fail on other port

$
0
0

Hello there,
i am using firewall and i have the ports open, the port 80 is busy with other application, so i install docker on custom ports “sudo docker run -d --name=kaltura -p 8080:80 -p 4443:443 -p 1935:1935 -p 88:88 -p 8443:8443 kaltura/server”. as per instruction page i hit docker exec -i -t kaltura /root/install/install.sh MYSQL_ROOT_PASSWD_HERE. and it always fail on mysql db error with some debugging i found that the container has wrong permission for mysql service, i fixed the permissions, hit the installation on fresh container. managed to get this error"kaltura-db-config.sh FAILED with: 255 on line 194

Archving logs to /opt/kaltura/log/log_07_07_18_11_30.tar.gz…
ERROR: we failed on something else…"
now the :8080/kmc url is accessible but not flash loaded, thanks to developer tool i found out the page request the .js files from the domain with port 80 not 8080 as i entered during the installation prompt.
is there a work around please?


Viewing all articles
Browse latest Browse all 7410

Trending Articles