Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instalation support #26

Open
bijuscaria opened this issue Nov 9, 2022 · 4 comments
Open

Instalation support #26

bijuscaria opened this issue Nov 9, 2022 · 4 comments

Comments

@bijuscaria
Copy link

I am trying to install on Ubuntu 22.04 (LTS) x64

Installation of Docker and Docker Compose done

then below commands are given but not working. Anything more to do? Please Help

mkdir /opt/rtmpie
cd /opt/rtmpie

wget https://raw.githubusercontent.com/ngrie/rtmpie/main/setup.sh
bash setup.sh

docker-compose pull
docker-compose up -d

@bijuscaria
Copy link
Author

Installation completed successfully as I believe, but I am not getting the web GUI please help

@bijuscaria
Copy link
Author

root@RTMPGUI:/opt/rtmpie# docker container ls
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
bb3c8d29b946 ghcr.io/ngrie/rtmpie/rtmp:latest "nginx -g 'daemon of…" 3 minutes ago Up 3 minutes 0.0.0.0:1935->1935/tcp, :::1935->1935/tcp rtmpie-rtmp-1
6ca41f5765dc ghcr.io/ngrie/rtmpie/php:latest "docker-entrypoint p…" 3 minutes ago Up 3 minutes 9000/tcp rtmpie-php-1
a55172be56f4 ghcr.io/ngrie/rtmpie/caddy:latest "caddy run --config …" 3 minutes ago Up 3 minutes 0.0.0.0:80->80/tcp, :::80->80/tcp, 0.0.0.0:443->443/tcp, :::443->443/tcp, 2019/tcp rtmpie-caddy-1
865172c04ac2 mariadb:10.4 "docker-entrypoint.s…" 3 minutes ago Up 3 minutes 3306/tcp rtmpie-database-1
root@RTMPGUI:/opt/rtmpie#

@Pyromma
Copy link

Pyromma commented Dec 3, 2022

Did you manage to solve the problem? I'm running into this problem as well.

@bijuscaria
Copy link
Author

bijuscaria commented Dec 4, 2022

Did you manage to solve the problem? I'm running into this problem as well.

Yes it works with the link for an example (demo.yourdomain.com) this you give during the installation ( Answer the questions)

wget https://raw.githubusercontent.com/ngrie/rtmpie/main/setup.sh
bash setup.sh # Answer the questions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants