<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Make Tech Easier &#187; Web server</title>
	<atom:link href="http://maketecheasier.com/tag/web-server/feed" rel="self" type="application/rss+xml" />
	<link>http://maketecheasier.com</link>
	<description>Uncomplicating the complicated, making life easier</description>
	<lastBuildDate>Fri, 20 Nov 2009 13:39:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How To Install And Setup Jinzora Media Server In Ubuntu</title>
		<link>http://maketecheasier.com/how-to-install-and-setup-jinzora-media-server-in-ubuntu/2008/08/25</link>
		<comments>http://maketecheasier.com/how-to-install-and-setup-jinzora-media-server-in-ubuntu/2008/08/25#comments</comments>
		<pubDate>Mon, 25 Aug 2008 04:31:00 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Jinzora]]></category>
		<category><![CDATA[media streaming server]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Web server]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/how-to-install-and-setup-jinzora-media-server-in-ubuntu/2008/08/25</guid>
		<description><![CDATA[
If you have a huge collection of music and would like to build a media streaming server to manage your collection, then Jinzora is the right one for you.
Jinzora is a Web based media streaming and management system. It is supported in various platforms and it allows you to access your music collection from any [...]<p><strong><a href="http://maketecheasier.com/how-to-install-and-setup-jinzora-media-server-in-ubuntu/2008/08/25">How To Install And Setup Jinzora Media Server In Ubuntu</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/how-to-install-vmware-server-20-in-ubuntu-intrepid/2008/11/18' rel='bookmark' title='Permanent Link: How to Install VMware server 2.0 in Ubuntu Intrepid'>How to Install VMware server 2.0 in Ubuntu Intrepid</a></li><li><a href='http://maketecheasier.com/how-to-install-dreamweaver-cs3-in-ubuntu-hardy/2008/06/20' rel='bookmark' title='Permanent Link: How To Install Dreamweaver CS3 In Ubuntu Hardy'>How To Install Dreamweaver CS3 In Ubuntu Hardy</a></li><li><a href='http://maketecheasier.com/how-to-install-xbmc-media-center-in-ubuntu-hardy/2008/10/21' rel='bookmark' title='Permanent Link: How to Install XBMC Media Center In Ubuntu Hardy'>How to Install XBMC Media Center In Ubuntu Hardy</a></li><li><a href='http://maketecheasier.com/installing-kubuntu-in-ubuntu-with-vmware-server/2008/02/05' rel='bookmark' title='Permanent Link: Installing (K)Ubuntu In Ubuntu With VMware Server'>Installing (K)Ubuntu In Ubuntu With VMware Server</a></li><li><a href='http://maketecheasier.com/install-adobe-air-for-linux-in-ubuntu-intrepid/2008/12/19' rel='bookmark' title='Permanent Link: Install Adobe Air For Linux In Ubuntu Intrepid'>Install Adobe Air For Linux In Ubuntu Intrepid</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img src="http://maketecheasier.com/wp-content/uploads/2008/08/jinzora.jpg" border="0" alt="jinzora" width="584" height="178" /></p>
<p>If you have a huge collection of music and would like to build a media streaming server to manage your collection, then <a href="http://en.jinzora.com/" target="_blank">Jinzora</a> is the right one for you.</p>
<p>Jinzora is a Web based media streaming and management system. It is supported in various platforms and it allows you to access your music collection from any devices over the Internet.</p>
<p><strong>Installing Jinzora in Ubuntu</strong></p>
<p><strong>Pre-installation</strong></p>
<p>Before you can install Jinzora, you must set up a Web server first. If you have not done so, follow this tutorial to <a href="http://maketecheasier.com/setting-up-a-lamp-server-in-ubuntu-hardy-heron/2008/08/06">install LAMP on your Ubuntu machine</a>.</p>
<p>Go to Jinzora and <a href="http://en.jinzora.com/downloads" target="_blank">download</a> the latest stable release for Linux/MacOS. (The current stable version is Jinzora 2.7.5)</p>
<p>Using Archive manager, extract the <em>Jinzora2</em> folder to your home.</p>
<p>On the terminal (<em>Applications -&gt; Accessories -&gt; Terminal</em>), copy the Jinzora2 folder to the root of the Web server</p>
<p class="codeblock"><span style="text-decoration: line-through;">sudo cp jinzora2 /var/www</span><br />
sudo cp -r jinzora2 /var/www</p>
<p>Run the configure script to change the file permission</p>
<p class="codeblock">cd /var/www/jinzora2<br />
sudo sh configure.sh</p>
<p>Next, install the required files.</p>
<p class="codeblock">sudo apt-get install php5-gd<br />
sudo /etc/init.d/apache2 restart</p>
<p><strong>Change <em>php.ini</em> setting</strong></p>
<p>Some of the default setting in the <em>php.ini</em> did not meet the requirement of Jinzora2. We have to change it in order for Jinzora to work.</p>
<p class="codeblock">gksu gedit /etc/php5/apache2/php.ini</p>
<p>Search for</p>
<p class="codeblock">memory_limit = 16M      ; Maximum amount of memory a script may consume (16MB)</p>
<p>and change to the value to 64.</p>
<p>Search for</p>
<p class="codeblock">max_execution_time = 30     ; Maximum execution time of each script, in seconds</p>
<p>and change the value to 300</p>
<p>Search for</p>
<p class="codeblock">post_max_size = 8M</p>
<p>and change the value to 32</p>
<p>Search for</p>
<p class="codeblock">upload_max_filesize = 2M</p>
<p>change the value to 32</p>
<p>Save and close the file. You are now set to install Jinzora</p>
<p><strong>Installing Jinzora</strong></p>
<p><span style="text-decoration: underline;">Step 1:</span></p>
<p>Open your browser, point the URL to <em>http://localhost/jinzora2</em></p>
<p>You will be greeted with Jinzora Welcome screen</p>
<p><a href="http://maketecheasier.com/wp-content/uploads/2008/08/jinzora-welcome.jpg" target="_blank"><img src="http://maketecheasier.com/wp-content/uploads/2008/08/jinzora-welcome-small.jpg" border="0" alt="jinzora-welcome-small" width="580" height="479" /></a></p>
<p>Below the page, click the <em>&#8216;Proceed to Requirements</em>&#8216; to continue the installation.</p>
<p><span style="text-decoration: underline;">Step 2:</span></p>
<p>Jinzora will now check your system to see if it meets the minimum requirement. Since we have installed the necessary files and do the required configuration in the pre-installation, you shouldn&#8217;t have any issue in this step (<em>or see any fields in red</em>).</p>
<p><a href="http://maketecheasier.com/wp-content/uploads/2008/08/jinzora-requirement-small.jpg" target="_blank"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" src="http://maketecheasier.com/wp-content/uploads/2008/08/jinzora-requirement-small-thumb.jpg" border="0" alt="jinzora-requirement-small" width="580" height="521" /></a></p>
<p>Click the <em>&#8216;Proceed to License</em>&#8216; to continue.</p>
<p><span style="text-decoration: underline;">Step 3:</span></p>
<p>This will bring you to the license agreement page. Check the box and click the &#8216;Proceed <em>to Install Type</em>&#8216;.</p>
<p><a href="http://maketecheasier.com/wp-content/uploads/2008/08/jinzora-license.jpg" target="_blank"><img src="http://maketecheasier.com/wp-content/uploads/2008/08/jinzora-license-small.jpg" border="0" alt="jinzora-license-small" width="580" height="390" /></a></p>
<p><span style="text-decoration: underline;">Step 4:</span></p>
<p>Under the <em>Installation Type </em>dropdown box, select <em>Standalone.</em></p>
<p>Under the <em>Jukebox Mode</em>, choose <em>Streaming Only</em>. If you plan on running a server side Jukebox utilizing MPD, select <em>Jukebox &amp; Streaming</em> (We won&#8217;t be covering that in this tutorial).</p>
<p><a href="http://maketecheasier.com/wp-content/uploads/2008/08/jinzora-type.jpg" target="_blank"><img src="http://maketecheasier.com/wp-content/uploads/2008/08/jinzora-type-small.jpg" border="0" alt="jinzora-type-small" width="580" height="394" /></a></p>
<p>Click <em>&#8216;Proceed to Main Settings</em>&#8216; to continue.</p>
<p><span style="text-decoration: underline;">Step 5:</span></p>
<p>Here is where you configure your Jinzora account.</p>
<p><a href="http://maketecheasier.com/wp-content/uploads/2008/08/jinzora-setting.jpg" target="_blank"><img src="http://maketecheasier.com/wp-content/uploads/2008/08/jinzora-setting-small.jpg" border="0" alt="jinzora-setting-small" width="580" height="620" /></a></p>
<p>Set up the admin login credential.</p>
<p>Under the &#8216;<em>Backend</em>&#8216; dropdown box, select <em>Database</em>.</p>
<p>Under the &#8216;<em>Frontend</em>&#8216; dropdown box, you can choose how the Jinzora looks like in the web browser. This is not a permanent setting and can be changed later on. For a start, just select <em>&#8216;Slick&#8217;</em>.</p>
<p><strong>Import Settings</strong> define how Jinzora handles your media tracks. If you have been diligently organize your audio files in proper folder order, select &#8216;<em>Filesystem</em>&#8216; under <em>Data Structure</em>. On the other hand, if you have carefully enter the meta data for each tracks, but all the tracks are jumbled up in one folder, select &#8216;<em>Tag data&#8217;</em> under <em>Data Structure</em>.</p>
<p>Under the <em>Media layout</em>, select how you want Jinzora to display your media files – by <em>Genres, Albums</em> or <em>Artists</em>.</p>
<p>Once done, click <em>&#8216;Proceed to Backend Setup</em>&#8216; to proceed</p>
<p><span style="text-decoration: underline;">Step 6:</span></p>
<p><img src="http://maketecheasier.com/wp-content/uploads/2008/08/jinzora-backend-small.jpg" border="0" alt="jinzora-backend-small" width="580" height="316" /></p>
<p>In the backend setup, enter your MySQL username and password in the &#8216;<em>Database User</em>&#8216; and &#8216;<em>Database password</em>&#8216; fields (this is the same data as the one you entered when you install LAMP on your system).</p>
<p>Give your database a name (In this case, I labeled it &#8216;jinzora2&#8242;. You can give other name though). Make sure that the <em>Database Server</em> is set to &#8216;<em>Localhost</em>&#8216;, <em>Database Type</em> is &#8216;<em>MySQL</em>&#8216; and <em>Create database</em> is set to &#8216;<em>True</em>&#8216; (This is important! If you did not set the Create Database to True, Jinzora will not create a database and the whole installation will fail).</p>
<p>Click <em>&#8216;Proceed With Backend Install</em>&#8216;</p>
<p>Jinzora will proceed to install the database. If everything is fine, it will show the <em>Create Database successful</em> screen.</p>
<p><img src="http://maketecheasier.com/wp-content/uploads/2008/08/jinzora-mysql-install-small.jpg" border="0" alt="jinzora-mysql-install-small" width="580" height="311" /></p>
<p>There is nothing much to do in this page. Click <em>&#8216;Proceed to import Media</em>&#8216;</p>
<p><span style="text-decoration: underline;">Step 7:</span></p>
<p>In the <em>Media Directory</em> field, enter the file path to your media files. If you are not sure, click the &#8216;<em>browse</em>&#8216; button to locate your media folder. If you keep your media files at more than one location, don&#8217;t worry, you have a chance to import them all in the next step. Right now, just select one of the locations.</p>
<p><a href="http://maketecheasier.com/wp-content/uploads/2008/08/jinzora-media.jpg" target="_blank"><img src="http://maketecheasier.com/wp-content/uploads/2008/08/jinzora-media-small.jpg" border="0" alt="jinzora-media-small" width="580" height="312" /></a></p>
<p>Click <em>&#8216;Import Media&#8217;</em>.</p>
<p>Depending on the number of media files you have, this importing process might take a long time.</p>
<p><a href="http://maketecheasier.com/wp-content/uploads/2008/08/jinzora-media2.jpg" target="_blank"><img src="http://maketecheasier.com/wp-content/uploads/2008/08/jinzora-media2-small.jpg" border="0" alt="jinzora-media2-small" width="580" height="497" /></a></p>
<p>If you still have media files scattered in other locations, enter the file path and click &#8216;<em>Import Media</em>&#8216;, else, click &#8216;<em>Proceed to Save Config</em>&#8216;.</p>
<p><span style="text-decoration: underline;">Step 8:</span></p>
<p>You have come to the end of Jinzora installation.</p>
<p><a href="http://maketecheasier.com/wp-content/uploads/2008/08/jinzora-saveconfig.jpg" target="_blank"><img src="http://maketecheasier.com/wp-content/uploads/2008/08/jinzora-saveconfig-small.jpg" border="0" alt="jinzora-saveconfig-small" width="580" height="236" /></a></p>
<p>Click <em>&#8216;Proceed to launch Jinzora</em>&#8216; to launch Jinzora.</p>
<p><span style="text-decoration: underline;">Step 9:</span></p>
<p>Before you launch Jinzora, it will ask if you want to share your annonymous stats. This is purely optional. If you are kind enough, select the <em>&#8216;Share annonymous stats&#8217;</em>, else select &#8216;<em>No, thanks</em>&#8216;.</p>
<p><a href="http://maketecheasier.com/wp-content/uploads/2008/08/jinzora-stat.jpg" target="_blank"><img src="http://maketecheasier.com/wp-content/uploads/2008/08/jinzora-stat-small.jpg" border="0" alt="jinzora-stat-small" width="580" height="507" /></a></p>
<p>Click <em>&#8216;Launch Jinzora&#8217;</em>. Don&#8217;t worry, we are getting there.</p>
<p><strong>Post Installation</strong></p>
<p>You will now see the Jinzora login screen. Login with your username and password.</p>
<p><img src="http://maketecheasier.com/wp-content/uploads/2008/08/jinzora-login.jpg" border="0" alt="jinzora-login" width="269" height="337" /></p>
<p>In the next screen, you will see an error message requesting you to remove the Install directory.</p>
<p><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" src="http://maketecheasier.com/wp-content/uploads/2008/08/jinzora-error.jpg" border="0" alt="jinzora-error" width="600" height="155" /></p>
<p>Now, back to your terminal, type the following:</p>
<p class="codeblock">sudo rm -R /var/www/jinzora2/install</p>
<p>Once done, refresh your browser. You should be logged in to the Jinzora home page.</p>
<p><a href="http://maketecheasier.com/wp-content/uploads/2008/08/jinzora-screenshot1.jpg" target="_blank"><img src="http://maketecheasier.com/wp-content/uploads/2008/08/jinzora-screenshot1-small.jpg" border="0" alt="jinzora-screenshot1-small" width="580" height="404" /></a></p>
<p>On the left pane lies all the configuration options. You can change the look and style of Jinzora via the <em>Interface</em> and <em>Style</em> setting located at the bottom of the left pane.</p>
<p><strong><img src="http://maketecheasier.com/wp-content/uploads/2008/08/jinzora-screenshot2-small.jpg" border="0" alt="jinzora-screenshot2-small" width="580" height="455" /> </strong></p>
<p><strong>Access your Jinzora Web Media server from other computer</strong></p>
<p>If you want to access Jinzora from an external terminal, either in a cybercafe or with your mobile PDA, you can reach it by pointing the URL to <em>http://your-ip-address:8888/jinzora2</em>. You will have to enable the 8888 port to make this works. If you are not sure how to enable the 8888 port, check out <a href="http://www.portforward.com" target="_blank">www.portforward.com</a> for detailed instructions.</p>
<p><strong>More installation options:</strong></p>
<p>Install Jinzora in Windows: <a href="http://lifehacker.com/software/home-server/geek-to-live-build-an-internet-jukebox-with-jinzora-254178.php">Lifehacker</a></p>
<p>Install Jinzora in Mac OSX: <a href="http://www.simplehelp.net/2008/08/11/how-to-install-and-setup-jinzora-streaming-media-server-in-os-x/">SimpleHelp</a></p>
<p><!--adsense#468x60--></p>
<p><strong><a href="http://maketecheasier.com/how-to-install-and-setup-jinzora-media-server-in-ubuntu/2008/08/25">How To Install And Setup Jinzora Media Server In Ubuntu</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/how-to-install-vmware-server-20-in-ubuntu-intrepid/2008/11/18' rel='bookmark' title='Permanent Link: How to Install VMware server 2.0 in Ubuntu Intrepid'>How to Install VMware server 2.0 in Ubuntu Intrepid</a></li><li><a href='http://maketecheasier.com/how-to-install-dreamweaver-cs3-in-ubuntu-hardy/2008/06/20' rel='bookmark' title='Permanent Link: How To Install Dreamweaver CS3 In Ubuntu Hardy'>How To Install Dreamweaver CS3 In Ubuntu Hardy</a></li><li><a href='http://maketecheasier.com/how-to-install-xbmc-media-center-in-ubuntu-hardy/2008/10/21' rel='bookmark' title='Permanent Link: How to Install XBMC Media Center In Ubuntu Hardy'>How to Install XBMC Media Center In Ubuntu Hardy</a></li><li><a href='http://maketecheasier.com/installing-kubuntu-in-ubuntu-with-vmware-server/2008/02/05' rel='bookmark' title='Permanent Link: Installing (K)Ubuntu In Ubuntu With VMware Server'>Installing (K)Ubuntu In Ubuntu With VMware Server</a></li><li><a href='http://maketecheasier.com/install-adobe-air-for-linux-in-ubuntu-intrepid/2008/12/19' rel='bookmark' title='Permanent Link: Install Adobe Air For Linux In Ubuntu Intrepid'>Install Adobe Air For Linux In Ubuntu Intrepid</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/how-to-install-and-setup-jinzora-media-server-in-ubuntu/2008/08/25/feed</wfw:commentRss>
		<slash:comments>36</slash:comments>
		</item>
	</channel>
</rss>
