Lo del iptv no sale ningun servidor. Los servidores no estaran restaurando una bbdd
please check the following step before run the start.sh
1.pls make sure, that the SuperIptv.tar.gz is decompressed in ‘/spark’ dir, DON’T change this path!
2.please install mysql server, and set ‘root’ account’s password to ’123456′,
reference below cmd, import the ‘/spark/SuperIptv/build/superiptv_mysql.sql’ to it.
drop database webtv;
CREATE DATABASE webtv DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
GRANT ALL ON webtv.* TO root@’localhost’ IDENTIFIED BY ’123456′;
USE webtv;
SOURCE superiptv_mysql.sql;
show procedure status;
3.run the ‘/spark/SuperIptv/build/install.sh’ script to install the software needed.4.run the ‘/spark/SuperIptv/start.sh’ to start SuperIptv server.5.user browser open the url ‘
http://ip_of_your_server:7070/webtv’, the default user account is ‘admin’, the password is ‘admin’;