Kaltura community edition - check if it is running

Hi

I have install kaltura community edition (https://github.com/kaltura/platform-install-packages) using docker.

So what I did :slight_smile:

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 :slight_smile:

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/ ?