<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Open Source BI Pentaho Installation Walkthrough</title>
	<atom:link href="http://opensourceerpguru.com/2008/06/09/open-source-bi-pentaho-installation-walkthrough/feed/" rel="self" type="application/rss+xml" />
	<link>http://opensourceerpguru.com/2008/06/09/open-source-bi-pentaho-installation-walkthrough/</link>
	<description></description>
	<lastBuildDate>Sat, 24 Jul 2010 20:04:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jeronimo</title>
		<link>http://opensourceerpguru.com/2008/06/09/open-source-bi-pentaho-installation-walkthrough/comment-page-1/#comment-3360</link>
		<dc:creator>Jeronimo</dc:creator>
		<pubDate>Mon, 24 May 2010 09:31:50 +0000</pubDate>
		<guid isPermaLink="false">http://opensourceerpguru.com/2008/06/09/open-source-bi-pentaho-installation-walkthrough/#comment-3360</guid>
		<description>And updated tutorial on how to install Pentaho Data Integration (also known as Kettle) in Ubuntu can be found here:
  http://blog.foobaria.com/2010/05/install-pentaho-data-integration-aka.html

It can be useful for people looking only to install this great data migration tool, and not the full suite.</description>
		<content:encoded><![CDATA[<p>And updated tutorial on how to install Pentaho Data Integration (also known as Kettle) in Ubuntu can be found here:<br />
  <a href="http://blog.foobaria.com/2010/05/install-pentaho-data-integration-aka.html" rel="nofollow">http://blog.foobaria.com/2010/05/install-pentaho-data-integration-aka.html</a></p>
<p>It can be useful for people looking only to install this great data migration tool, and not the full suite.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dustin</title>
		<link>http://opensourceerpguru.com/2008/06/09/open-source-bi-pentaho-installation-walkthrough/comment-page-1/#comment-3167</link>
		<dc:creator>dustin</dc:creator>
		<pubDate>Sat, 12 Dec 2009 10:51:09 +0000</pubDate>
		<guid isPermaLink="false">http://opensourceerpguru.com/2008/06/09/open-source-bi-pentaho-installation-walkthrough/#comment-3167</guid>
		<description>Began trying this on Ubuntu Karmic.  The only problem I ran into in getting the BI server started was that my JAVA_HOME variable was not set.  That required editing the file /etc/bash.bashrc to set that variable.  

For me (default install of java jdk from the synaptic manager), the location for java was /usr/bin/java.  So I edited /etc/bash.bashrc to add the following at the end of the file:

JAVA_HOME=/usr/
export JAVA_HOME
PATH=$PATH:$JAVA_HOME/bin
export PATH

Then I restarted the machine and the BI Suite started right up!  You can check the variable setting after the restart but running &quot;echo JAVA_HOME&quot; in a terminal session.

Used this blog post to figure things out: http://www.zimbio.com/the+ubuntu+guy/articles/82/How+set+JAVA_HOME+environment+variable+Ubuntu

I&#039;m a bit new to linux, so I wrote this up hoping it might help someone else who is as well.</description>
		<content:encoded><![CDATA[<p>Began trying this on Ubuntu Karmic.  The only problem I ran into in getting the BI server started was that my JAVA_HOME variable was not set.  That required editing the file /etc/bash.bashrc to set that variable.  </p>
<p>For me (default install of java jdk from the synaptic manager), the location for java was /usr/bin/java.  So I edited /etc/bash.bashrc to add the following at the end of the file:</p>
<p>JAVA_HOME=/usr/<br />
export JAVA_HOME<br />
PATH=$PATH:$JAVA_HOME/bin<br />
export PATH</p>
<p>Then I restarted the machine and the BI Suite started right up!  You can check the variable setting after the restart but running &#8220;echo JAVA_HOME&#8221; in a terminal session.</p>
<p>Used this blog post to figure things out: <a href="http://www.zimbio.com/the+ubuntu+guy/articles/82/How+set+JAVA_HOME+environment+variable+Ubuntu" rel="nofollow">http://www.zimbio.com/the+ubuntu+guy/articles/82/How+set+JAVA_HOME+environment+variable+Ubuntu</a></p>
<p>I&#8217;m a bit new to linux, so I wrote this up hoping it might help someone else who is as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chuck Zimmer</title>
		<link>http://opensourceerpguru.com/2008/06/09/open-source-bi-pentaho-installation-walkthrough/comment-page-1/#comment-3028</link>
		<dc:creator>Chuck Zimmer</dc:creator>
		<pubDate>Sat, 14 Nov 2009 22:40:42 +0000</pubDate>
		<guid isPermaLink="false">http://opensourceerpguru.com/2008/06/09/open-source-bi-pentaho-installation-walkthrough/#comment-3028</guid>
		<description>Hi,

I am trying to figure out how to install Pentaho.  I have the files copied to the remote server, but am unsure on what to do next.  I am fairly new at this, so I do not know how to launch spoon.bat on a remote computer, etc.  
Any guidance is appreciated!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am trying to figure out how to install Pentaho.  I have the files copied to the remote server, but am unsure on what to do next.  I am fairly new at this, so I do not know how to launch spoon.bat on a remote computer, etc.<br />
Any guidance is appreciated!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Siladitya</title>
		<link>http://opensourceerpguru.com/2008/06/09/open-source-bi-pentaho-installation-walkthrough/comment-page-1/#comment-3014</link>
		<dc:creator>Siladitya</dc:creator>
		<pubDate>Fri, 28 Aug 2009 09:18:07 +0000</pubDate>
		<guid isPermaLink="false">http://opensourceerpguru.com/2008/06/09/open-source-bi-pentaho-installation-walkthrough/#comment-3014</guid>
		<description>How to do the same for windows server.
I like to connect the Pentaho server in windows from remote system.

thanks....</description>
		<content:encoded><![CDATA[<p>How to do the same for windows server.<br />
I like to connect the Pentaho server in windows from remote system.</p>
<p>thanks&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: osserpguru</title>
		<link>http://opensourceerpguru.com/2008/06/09/open-source-bi-pentaho-installation-walkthrough/comment-page-1/#comment-2964</link>
		<dc:creator>osserpguru</dc:creator>
		<pubDate>Fri, 15 May 2009 14:13:07 +0000</pubDate>
		<guid isPermaLink="false">http://opensourceerpguru.com/2008/06/09/open-source-bi-pentaho-installation-walkthrough/#comment-2964</guid>
		<description>Roy - thanks for the update. How about bloggging here? I think you got the talent!!</description>
		<content:encoded><![CDATA[<p>Roy &#8211; thanks for the update. How about bloggging here? I think you got the talent!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roy Jensen</title>
		<link>http://opensourceerpguru.com/2008/06/09/open-source-bi-pentaho-installation-walkthrough/comment-page-1/#comment-2963</link>
		<dc:creator>Roy Jensen</dc:creator>
		<pubDate>Thu, 14 May 2009 17:14:37 +0000</pubDate>
		<guid isPermaLink="false">http://opensourceerpguru.com/2008/06/09/open-source-bi-pentaho-installation-walkthrough/#comment-2963</guid>
		<description>I found the correct mysql script by looking around..
http://source.pentaho.org/svnroot/legacy/pentaho-data/trunk/mysql5, then right-click (windows client) and save as</description>
		<content:encoded><![CDATA[<p>I found the correct mysql script by looking around..<br />
<a href="http://source.pentaho.org/svnroot/legacy/pentaho-data/trunk/mysql5" rel="nofollow">http://source.pentaho.org/svnroot/legacy/pentaho-data/trunk/mysql5</a>, then right-click (windows client) and save as</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michel Poirier</title>
		<link>http://opensourceerpguru.com/2008/06/09/open-source-bi-pentaho-installation-walkthrough/comment-page-1/#comment-2962</link>
		<dc:creator>Michel Poirier</dc:creator>
		<pubDate>Mon, 11 May 2009 18:59:31 +0000</pubDate>
		<guid isPermaLink="false">http://opensourceerpguru.com/2008/06/09/open-source-bi-pentaho-installation-walkthrough/#comment-2962</guid>
		<description>Your link where I can find the Mysql database creation script (http://source.pentaho.org/svnroot/pentaho-data/trunk/mysql5/SampleDataDump_MySql.sql) is not valid. Can you correct it please?

Thanks</description>
		<content:encoded><![CDATA[<p>Your link where I can find the Mysql database creation script (<a href="http://source.pentaho.org/svnroot/pentaho-data/trunk/mysql5/SampleDataDump_MySql.sql" rel="nofollow">http://source.pentaho.org/svnroot/pentaho-data/trunk/mysql5/SampleDataDump_MySql.sql</a>) is not valid. Can you correct it please?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hirdesh</title>
		<link>http://opensourceerpguru.com/2008/06/09/open-source-bi-pentaho-installation-walkthrough/comment-page-1/#comment-2842</link>
		<dc:creator>Hirdesh</dc:creator>
		<pubDate>Tue, 03 Feb 2009 06:38:36 +0000</pubDate>
		<guid isPermaLink="false">http://opensourceerpguru.com/2008/06/09/open-source-bi-pentaho-installation-walkthrough/#comment-2842</guid>
		<description>Hi,
Thanks its very useful. But can you tell m ehow to install that in window. I m trying to install from last one week but its not working. Reuqet your help please</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Thanks its very useful. But can you tell m ehow to install that in window. I m trying to install from last one week but its not working. Reuqet your help please</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: babuprasad</title>
		<link>http://opensourceerpguru.com/2008/06/09/open-source-bi-pentaho-installation-walkthrough/comment-page-1/#comment-2838</link>
		<dc:creator>babuprasad</dc:creator>
		<pubDate>Fri, 26 Dec 2008 11:43:09 +0000</pubDate>
		<guid isPermaLink="false">http://opensourceerpguru.com/2008/06/09/open-source-bi-pentaho-installation-walkthrough/#comment-2838</guid>
		<description>HOW TO INSTALL PENTAHO 1.7 GA ON MYSQL WiTH WINDOWS GUIDE ?</description>
		<content:encoded><![CDATA[<p>HOW TO INSTALL PENTAHO 1.7 GA ON MYSQL WiTH WINDOWS GUIDE ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DrG</title>
		<link>http://opensourceerpguru.com/2008/06/09/open-source-bi-pentaho-installation-walkthrough/comment-page-1/#comment-2824</link>
		<dc:creator>DrG</dc:creator>
		<pubDate>Thu, 06 Nov 2008 14:51:35 +0000</pubDate>
		<guid isPermaLink="false">http://opensourceerpguru.com/2008/06/09/open-source-bi-pentaho-installation-walkthrough/#comment-2824</guid>
		<description>@ Damian:

See this blog for Tomcat installation:
http://osbi.nl/2008/11/how-to-manually-install-pentaho-bi-server-linux/</description>
		<content:encoded><![CDATA[<p>@ Damian:</p>
<p>See this blog for Tomcat installation:<br />
<a href="http://osbi.nl/2008/11/how-to-manually-install-pentaho-bi-server-linux/" rel="nofollow">http://osbi.nl/2008/11/how-to-manually-install-pentaho-bi-server-linux/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
