mirror of
https://github.com/fastogt/fastocloud_admin.git
synced 2025-03-09 23:38:52 +00:00
904 B
904 B
fastocloud_admin
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

