1
0
Fork 0
mirror of https://github.com/fastogt/fastocloud_admin.git synced 2025-03-09 23:38:52 +00:00
fastocloud_admin/README.md
Alvaro Pietrobono 025a86afb3
Update README.md
Added steps to build and lunch. Hope that helps. Cheers
2019-10-04 01:02:15 +02:00

904 B

fastocloud_admin

Admin panel for FastoCloud IPTV part

Our IPTV workflow:

Dashboard page:

Note: Every channel take about 1% CPU.

Requirements

  • MongoDB server

Build

Steps: apt-get install python3 python3-setuptools git pip3 mongodb git clone https://github.com/fastogt/fastocloud_admin cd fastocloud_admin git submodule update --init --recursive pip3 install -r requirements.txt ./server.py & Create user: ./scripts/create_provider.py --email=youremail@yourdomain --password=yourpassword browser to http://:8080 user: youremail@yourdomain password: yourpassword

Docker

Docker

Test server

FastoCloud