Easy Centova Cast Install on Centos 7 – Part 1
#EasyCentovaCast #Install #onCentos7 – Part 1
Hello Guys
Today I’m gonna go to show you. How to install Centova Cast on your VPS CentOS 7
What you need
Vps Centos or another Linux Distribution and Centova Licens Key Trial or you can Paid
Just look step by step it is very Easy
Part 1 Install Centova Panel ( First Video )
Part 2 Create Shoutcast & Icecast on Panel (Second Video )
Part 3 How we can create Client Login ( Third Video )
Part 4 Mange Client Server Shoutcast or Icecast and Autodj Config ( Fourth Video )
**( When install it is ready we gonna go to see on google chrome if its work and after this step
we gonna go to install mysql-server if we dont have installed)**
Thank you for watching
Please Subscribe for more Videos
Centova Link for Quick Installation:
https://centova.com/doc/cast/installation_manual/02_quick_installation
1. wget -O install.sh install.centova.com/YOURLICENSEKEY
2. chmod a+x ./install.sh
3. ./install.sh –shoutcast-all
4. ./install.sh –icecast-all
Command for Mysql-server Install and Database create:
IF YOU DONT HAVE mysql-server ON YOUR SERVER (FOR centOS 7 )
1. yum update
2. yum install wget
3. wget http://repo.mysql.com/mysql-community-release-el7-5.noarch.rpm
4. rpm -ivh mysql-community-release-el7-5.noarch.rpm
5. yum update
6. yum install mysql-server
7. systemctl start mysqld
8. mysql_secure_installation
9. type only enter and put your mysql root Password
10.9. mysql -u root -p — For Login at Mysql-server
IF YOU HAVE mysql-server ON YOUR VPS SERVER (Just Exampel database)
we need only to create database and user
1. mysql -u root -p
2. CREATE DATABASE centovadb;
3. CREATE USER ‘centovauser’@’localhost’ IDENTIFIED BY ‘centova2020’;
4. GRANT ALL PRIVILEGES ON centovadb.* TO ‘centovauser’@’localhost’;
5. EXIT
If you se Error after you going to Login ata Centova Panel
*** Error populating database: Could not execute query: BLOB/TEXT column ‘ignoremeta’ can’t have a default value ****
You need to login at mysql -u root -p and enter these commands:
1. SELECT @@global.sql_mode;
2. SET @@global.sql_mode=’MYSQL40′;
3. SELECT @@global.sql_mode;
Create Shoutcast v2 & Icecast v2 on Centova Cast Panel – Part 2
and you can watch
Shoutcast Icecast AutoDJ config at Centova Cast – Part 3
centos 7