1 / 18

Presentation by Ranjam Ali , Prabin Lama Robin Shrestha

Jinzora-Streaming Media server. Presentation by Ranjam Ali , Prabin Lama Robin Shrestha. web based media streaming and management system. provides quick and easy access to online music and videos written in php. Introduction. Install LAMP( Lamp stands for Linux, Apache, MYSQL and PHP. )

vance
Download Presentation

Presentation by Ranjam Ali , Prabin Lama Robin Shrestha

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Jinzora-Streaming Media server Presentation by Ranjam Ali , Prabin Lama Robin Shrestha

  2. web based media streaming and management system. • provides quick and easy access to online music and videos • written in php Introduction

  3. Install LAMP(Lamp stands for Linux, Apache, MYSQL and PHP. ) • Installing Apache, Php and Mysql • Go to System-> Administration->Synaptic Package Manager • Search for apache2 and check the box and click 'Mark for installation'. • Select Apply. It will start installing package. • Search for apache2 and check the box and click 'Mark for installation'. • Select Apply. It will start installing package. • OR • Open Terminal • sudo apt-get install apache2 • Similarly install mysql-server and phpmyadmin Pre-installation of JINZORA

  4. Download jinzora2 from http://en.jinzora.com/downloads and extract jinzora using Archive manager • OR • Open the terminal • Applications->Accessories->Terminal • wgethttp://downloads.sourceforge.net/jinzora/jz275.tar.gz • tar -zxvf jz275.tar.gz • Copy the folder(jinzora2) to the root of the web server • sudo cp -r jinzora2 /var/www • change the permission • cd /var/www/jinzora2 • sudo sh configure.sh Installation and configuration of JINZORA

  5. install the required files. • sudo apt-get install php5-gd • sudo /etc/init.d/apache2 restart • Since the default setting doesn't meet the requirement of jinzora, we should change its php.ini settings. • gksugedit /etc/php5/apache2/php.ini • change the memory_limit= 16M to 64MB • change max_execution_time = 30 to 300 • change post_max_size = 8M to 32MB • change upload_max_filesize= 2M to 32M • save the settings and close the file Installation and configuration of JINZORA

  6. Open browser and point URL to localhost/jinzora2 you will see welcome page of jinzora . Here, you have to go through several install steps. provides quick and easy access to online music and videos Installation of jinzora

  7. changed the basic settings • clicking ’Proceed to License>> Installation of jinzora

  8. Choosee right installation type • Click proceed to Main Setting Installation of jinzora

  9. Give required Information • Proceed to Backend Setup>> Installation of jinzora

  10. enter MySQL username and password. Also, give a Database name and Database server and type • Note that Create database is set to ’true’. If not set to true, then the jinzora installation will fail. • Continue with Backend install Installation of jinzora

  11. Creating database process will be successful if everything is correct • Click on the “import media” • Click “proceed to save to config” Installation of jinzora

  12. After the configuration is written successfully, click ’Proceed to launch jinzora’. Installation of jinzora

  13. ”Share Anonymous Stats” if you want to share • Finally Lunch jinzora Installation of jinzora

  14. You will be prompteed to login screen • Now open terminal and remove the install file recursively. • sudorm –R /var/www/jinzora2/install • Refresh Browser, you will be logged into jinzora home Launch Jinzora

  15. Here you can change the look and skin through interface and style option • Install some webplayer • We have used FlowPlayer Launch Jinzora

  16. Download latest version of Flowplayer • wgethttp://belnet.dl.sourceforge.net/sourceforge/flowplayer/flowplayer-3.2.5.zip • unzip tp extract it. • apt-get install unzip • unzip flowplayer-3.2.5.zip • move the file to the root of web server(/var/www/) • mvflowplayer /var/www/ Installing FlowPlayer

  17. After installation Edit index.html file (which let us to play our music files • sudonano /var/www/index.html Installing FlowPlayer

  18. Thank you for Watching !!!

More Related