Step by Step

-------------

login to centos as root

1. yum install mysql-server

2. service mysqld start

3. mysqladmin -u root password centova123 -------- (changing root password to centova123)

4. MySQL -u root -p

5. enter password as "centova123"

6. CREATE DATABASE db1;

7. exit;

Now start Centovacast installation

==================================

8. wget -O install.sh install.centova.com/6480757c90b4df81d5c2789dd6caf15d815f049974ac9efa144095a4bd6c5b57

9. chmod a+x ./install.sh

10. ./install.sh --shoutcast2 --shoutcast1 --icecast --icescc --liquidsoap --sctrans2

11. service iptables stop

12. chkconfig iptables off

13. now start localhost:2199

then fill centovacast login and database information

========================================================================================

****************************************************************************************