<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=Pentaho</id>
	<title>Pentaho - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=Pentaho"/>
	<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=Pentaho&amp;action=history"/>
	<updated>2026-05-08T23:03:47Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://aznot.com/index.php?title=Pentaho&amp;diff=1262&amp;oldid=prev</id>
		<title>Kenneth: /* Installation */</title>
		<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=Pentaho&amp;diff=1262&amp;oldid=prev"/>
		<updated>2014-10-29T02:55:28Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Installation&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Pentaho ==&lt;br /&gt;
&lt;br /&gt;
Pentaho - http://www.pentaho.com/&lt;br /&gt;
&lt;br /&gt;
A Comprehensive Platform for Data Integration &amp;amp; Business Analytics&lt;br /&gt;
&lt;br /&gt;
== Pentaho Community Edition ==&lt;br /&gt;
&lt;br /&gt;
Pentaho Community Edition - http://community.pentaho.com/&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Business Analytics Platform:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;quot;Pentaho&amp;#039;s modern, simplified, and interactive approach empowers business users to access, discover and blend any data types regardless of their size. With a full spectrum of increasingly advanced analytics tools, from basic reports to predictive modeling, users can help themselves to analyze and visualize data across multiple measures and dimensions without being dependent on IT.&amp;quot;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Pentaho Open Source BI Suite Community Edition (CE) - http://wiki.pentaho.com/display/COM/Community+Wiki+Home&lt;br /&gt;
&lt;br /&gt;
==&lt;br /&gt;
&lt;br /&gt;
Community User Guide - http://wiki.joanillo.org/images/1/11/Community_user_guide.pdf&lt;br /&gt;
&lt;br /&gt;
 wget http://downloads.sourceforge.net/project/pentaho/Data%20Integration/5.2/pdi-ce-5.2.0.0-209.zip&lt;br /&gt;
 unzip pdi-ce-5.2.0.0-209.zip&lt;br /&gt;
 mv data-integration pdi-ce-5.2.0.0-209&lt;br /&gt;
 ln -s pdi-ce-5.2.0.0-209 data-integration&lt;br /&gt;
 cd data-integration&lt;br /&gt;
 rm -f *bat&lt;br /&gt;
 &lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Download Pentaho Business Intelligence Server from SourceForge.net - http://sourceforge.net/projects/pentaho/ -&amp;gt; &amp;quot;Files&amp;quot; -&amp;gt; &amp;quot;Business Intelligence Server&amp;quot; -&amp;gt; &amp;quot;5.2&amp;quot;&lt;br /&gt;
* http://sourceforge.net/projects/pentaho/files/Business%20Intelligence%20Server/&lt;br /&gt;
* http://sourceforge.net/projects/pentaho/files/Business%20Intelligence%20Server/5.2/biserver-ce-5.2.0.0-209.zip/download&lt;br /&gt;
&lt;br /&gt;
Quick Install:&lt;br /&gt;
 cd /opt&lt;br /&gt;
 wget http://downloads.sourceforge.net/project/pentaho/Business%20Intelligence%20Server/5.2/biserver-ce-5.2.0.0-209.zip&lt;br /&gt;
 unzip biserver-ce-5.2.0.0-209.zip&lt;br /&gt;
 mv biserver-ce biserver-ce-5.2.0.0-209&lt;br /&gt;
 ln -s biserver-ce-5.2.0.0-209 pentaho&lt;br /&gt;
 cd pentaho&lt;br /&gt;
 rm -f *bat&lt;br /&gt;
 ./start-pentaho.sh&lt;br /&gt;
 # hit enter to start initial&lt;br /&gt;
&lt;br /&gt;
Connect to port 8080 from a browser:&lt;br /&gt;
 site: http://pentaho.oeey.com:8080    (example domain)&lt;br /&gt;
 user: admin&lt;br /&gt;
 pass: password&lt;br /&gt;
&lt;br /&gt;
== Installed Version ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ cat tomcat/webapps/pentaho/WEB-INF/classes/server-assembly.properties&lt;br /&gt;
...&lt;br /&gt;
assembly.version=5.2.0.0-209&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Evaluator Accounts ==&lt;br /&gt;
&lt;br /&gt;
Administrator&lt;br /&gt;
 User Name: Admin&lt;br /&gt;
 Password: password&lt;br /&gt;
&lt;br /&gt;
Business User&lt;br /&gt;
 User Name: Suzy&lt;br /&gt;
 Password: password&lt;br /&gt;
&lt;br /&gt;
== init script ==&lt;br /&gt;
&lt;br /&gt;
/etc/init.d/pentaho&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
&lt;br /&gt;
# chkconfig: 2345 90 60&lt;br /&gt;
&lt;br /&gt;
# Pentaho service controller script&lt;br /&gt;
cd &amp;quot;/opt/biserver-ce/&amp;quot;&lt;br /&gt;
&lt;br /&gt;
case &amp;quot;$1&amp;quot; in&lt;br /&gt;
    start)&lt;br /&gt;
        ./start-pentaho.sh&lt;br /&gt;
        ;;&lt;br /&gt;
    stop)&lt;br /&gt;
        ./stop-pentaho.sh&lt;br /&gt;
        ;;&lt;br /&gt;
    *)&lt;br /&gt;
        echo &amp;quot;Usage: $0 {start|stop}&amp;quot;&lt;br /&gt;
        exit 1&lt;br /&gt;
        ;;&lt;br /&gt;
esac&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== version checker ==&lt;br /&gt;
&lt;br /&gt;
The Pentaho BI Platform now contains a version checker that will notify you&lt;br /&gt;
when newer versions of the software are available. The version checker is enabled by default.&lt;br /&gt;
For information on what the version checker does, why it is beneficial, and how it works see:&lt;br /&gt;
http://wiki.pentaho.com/display/ServerDoc2x/Version+Checker&lt;br /&gt;
&lt;br /&gt;
== import export data ==&lt;br /&gt;
&lt;br /&gt;
=== export data ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
./import-export.sh \&lt;br /&gt;
--export --url=http://localhost:8080/pentaho --username=admin \&lt;br /&gt;
--password=password \&lt;br /&gt;
--file-path=/root/backup.zip --charset=UTF-8 --path=/public \&lt;br /&gt;
--withManifest=true --logfile=/root/logfile.log&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== import data ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
./import-export.sh \&lt;br /&gt;
--import --url=http://localhost:8080/pentaho --username=admin \&lt;br /&gt;
--password=password --charset=UTF-8 --path=/public \&lt;br /&gt;
--file-path=/root/backup.zip \&lt;br /&gt;
--logfile=/root/logfile.log \&lt;br /&gt;
--permission=true \&lt;br /&gt;
--overwrite=true \&lt;br /&gt;
--retainOwnership=true&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Upgrade Pentaho ==&lt;br /&gt;
&lt;br /&gt;
Upgrade BA Systems - http://infocenter.pentaho.com/help/index.jsp?nav=%2F9_1&lt;br /&gt;
&lt;br /&gt;
Uses &amp;quot;migration&amp;quot; tool and is a pretty intensive process.&lt;br /&gt;
&lt;br /&gt;
== keywords ==&lt;br /&gt;
&lt;br /&gt;
Pentaho business paralytics&lt;/div&gt;</summary>
		<author><name>Kenneth</name></author>
	</entry>
</feed>