Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 594 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 594 Bytes

OpenSource IPTV

copy .env.example to .env and edit to your environment and edit by your needs. Set permissions of .env via chmod 777 .env .

composer install --no-dev
php artisan sriptv:init
php artisan serve

Docker

build the sr-admin-gui image

docker build . -t sr-admin-gui

run:

docker run -it -p 8080:80 -v data:/data -v "$(pwd)"/.env:/var/www/html/.env sr-admin-gui

or, if you want to get pre-built package, please use:

docker pull ghcr.io/streamingriver/sr-admin-gui:latest

Access

Gui