How To Setup Your Own YouTube Like Website Using ClipBucket On CentOS 6.5
ClipBucket is an open-source and free Multimedia Management Script used to build your own media sharing site like YouTube, Metacafe, Veoh and Hulu etc. Whether you are a small fan club or a big Multi Tier Network operator, Clipbucket will fulfill your video management needs. In this tutorial let us build a basic Youtube like website . Here i use CentOS 6.532bit edition to setup thiswebsite. My hostname and IP address are servergeniusansh.com and 192.168.0.155/24 respectively. Change these values as per your scenario. Prerequisites Install Apache, MySQL, PHP and PHP modules: [root@server ~]# yum install mysql mysql-server httpd php php-mysql php-gd php-imap php-ldap php-odbc php-pear php-xml php-xmlrpc php-mbstring wget unzip -y Start/restart MySQL and Apache services now: [root@server ~]# /etc/init.d/mysqld start [root@server ~]# /etc/init.d/httpd start [root@server ~]...
Ok
ReplyDelete