Hi
I have install kaltura community edition (https://github.com/kaltura/platform-install-packages ) using docker.
So what I did
create a docker-compose.yml
version: β2β
services:
kaltura:
build: platform-install-pachages
ports:
- β81:80β
- β444:443β
- β1936:1935β
- β89:88β
- β8444:8443β
networks:
kaltura:
I build the docker file successfully
and run it
it looks that it runs when I am going in my browser localhost:81 i have the apache serverβs page
but at this point I am not sure if it is actually running or not
if somebody need more info I am happy to provide it.
Thanks
I am really sorry I pressed tab and it posted
Hi @jess
Now you can see my post complete4d
jess
March 22, 2018, 4:05pm
5
Looks like you have a typo? I presume you have a directory called platform-install-packages
under the directory where you created docker-compose.yml and that the platform-install-packages
contains https://github.com/kaltura/platform-install-packages/blob/Mercury-13.16.0/Dockerfile ?
If not, obviously this needs to be corrected. If you DO and youβve fixed your typo, what does the docker-compose
command output?
Hi @jess
Sorry I misspelled here on the docker-compose it is correct.
the output is :
boclips@boclips-Aspire-E5-523:~/kaltura$ sudo docker-compose up
WARNING: Some networks were defined but are not used by any service: kaltura
Starting kaltura_kaltura_1
Attaching to kaltura_kaltura_1
so example one of the things i want to see is how i can go to the admin panel for example
localhost:81/ ?