Commands:
(For Instaling MySQL Server)
sudo apt-get install mysql-server (or "yum install mysql" if your running CentOS)
(For Testing If MySQL Server Is Running)
sudo netstat -tap | grep mysql
(Getting The Centova Cast .sh File and Making It Executable)
wget -O install.sh install.centova.com/LICENSEKEY
chmod a+x ./install.sh
(Installing Centova Cast V3 With Supplementary Software)
sudo ./install.sh (Options)
(To Start Centova Cast Web Server)
sudo /etc/init.d/centovacast start
Please Rate Comment And Subscribe!
Copyright 2013.
Your license key is as follows:
7de2acc1ff88f86a4b97712e4f234e34771e230cb98d7c0be131bc6d0c5e6b37
Instructions for downloading and installing Centova Cast are provided in the Centova Cast Installation Manual at:
https://centova.com/doc/cast/installation_manual/02_quick_installation
If you have any questions or concerns regarding Centova Cast, please don't hesitate to contact us via our helpdesk or visit our community forums at: https://centova.com/forums
Thank you,
Centova Technologies Inc.
https://vpsservicios.com/wp-content/uploads/2021/07/1-INSTALACION-CENTOVA-FULL-2021.txt
Estos son los pasos que tenemos que seguir para instalar Centova Cast en Centos7
1º Instalar el servicio "sudo":
yum install sudo -y
2º Reiniciar el servicio:
systemctl restart sshd.service
- Link web: https://support.hostway.com/hc/en-us/articles/115001509750-How-To-Install-and-Configure-Sudo
3º Actualizar el Servidor:
sudo yum update
4º Instalar "wget":
yum install wget
----------------------------------------------------------------------------------------------------------------------------------------
5º Agregar el repositorio:
wget http://repo.mysql.com/mysql-community-release-el7-5.noarch.rpm
sudo rpm -ivh mysql-community-release-el7-5.noarch.rpm
yum update
5ª Instalar Mysql y inciarlo:
sudo yum install mysql-server
sudo systemctl start mysqld
6º Instalar la configuracion mysql:
sudo mysql_secure_installation
7º Iniciar sesion:
mysql -u root -p
8º Crear base de datos, el usuario y la contraseña:
CREATE DATABASE democc;
create user 'radio'@'localhost' identified by 'a1234567';
grant all on democc.* to 'radio' identified by 'a1234567';
SET GLOBAL sql_mode='MYSQL40';
exit
-------------------------------------------------------------------------------------------------------------------------------------------
9º Descargar Centova y agregar permisos para instalar:
wget -O install.sh install.centova.com/LICENSEKEY
chmod a+x ./install.sh
10º Instalar centovacast:
./install.sh --shoutcast-all
-Pagina web instalacion y comandos "Centovacast" https://centova.com/doc/cast/installation_manual/02_quick_installation
11º Desactivar firewall:
sudo systemctl stop firewalld
12º Comprobamos estado Firewall:
sudo systemctl status firewalld
--------------------------------------------------------------------------------------------------------------------------------
13º Accedemos a la web "centova Cast":
https://IP:2199/
14º Configuramos el panel de instalacion:
--Administrator Account:
-Administrator E-mail address: Tu correo de acceso y administracion
-Administrator password: Contraseña administracion
--MySQL Database:
Database name: democc
MySQL username: root
MySQL password: "Contraseña que le pusisteis"
MySQL hostname: localhost
Learn mo