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 ~]...
INTRODUCTION: Extensible Messaging and Presence Protocol (XMPP) is a communications protocol for message-oriented middleware based on XML (Extensible Markup Language). The protocol was originally named Jabber and was developed by the Jabber open-source community in 1999 for near real-time, instant messaging (IM), presence information, and contact list maintenance. Designed to be extensible, the protocol has also been used for publish-subscribe systems, signalling for VoIP, video, file transfer, gaming, Internet of Things applications such as the smart grid, and social networking services. Unlike most instant messaging protocols, XMPP is defined in an open standard and uses an open systems approach of development and application, by which anyone may implement an XMPP service and interoperate with other organizations’ implementations. Because XMPP is an open protocol, implementations can be developed using any software license; although many server, clie...
Pligg is an open-source CMS social publishing software that encourages visitors to register on your website so that they can submit content and connect with other users. It is used to setup your own social publishing community in just minutes. In this article, I use CentOS 6.5 to setup this website. My hostname and IP Address are ansh.geniusansh.com and 192.168.1.150/24 respectively. Change these values as per your setup. Prerequisites Install the following prerequisites to install and configure Pligg: [root@ansh ~]# 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@ansh ~]# /etc/init.d/mysqld start [root@ansh ~]# /etc/init.d/httpd start [root@ansh ~]# chkconfig mysqld on [root@ansh ~]# chkconfig httpd on U can see LAMP configuration on my previous blog for MySql Configuration. Cr...
Comments
Post a Comment