1. Installed Sun JDK and JRE and dos2unix.
$ sudo apt-get install tofrodos
$ sudo apt-get install sun-java6-jdk sun-java6-jre
2. Updated profile for pentaho user
$ vi ~/.bashrc
inserted:
JAVA_HOME=/usr/lib/jvm/java-6-sun
export JAVA_HOME
7. From http://sourceforge.net/projects/pentaho/files/ downloaded latest versions of:
Report Designer
BI Server
Data Integration
Metadata
Extracted the files into the pentaho directory
8. Set Publisher password
$ cd /opt/pentaho
$ vi biserver-ce/pentaho-solutions/system/publisher_config.xml
./../biserver-ce/pentaho-solutions ./../biserver-ce/tomcat/webapps/pentaho
http://localhost:8080/pentaho/
inserted:
JAVA_HOME=/usr/lib/jvm/java-6-sun
export JAVA_HOME
3. Created directory tree for Pentaho
$ cd /opt
$ sudo mkdir pentaho
$ sudo chown pentaho:pentaho pentaho -R
$ cd pentaho
$ sudo mkdir pentaho
$ sudo chown pentaho:pentaho pentaho -R
$ cd pentaho
7. From http://sourceforge.net/projects/pentaho/files/ downloaded latest versions of:
Report Designer
BI Server
Data Integration
Metadata
Extracted the files into the pentaho directory
8. Set Publisher password
$ cd /opt/pentaho
$ vi biserver-ce/pentaho-solutions/system/publisher_config.xml
9. Convert console.xml into UNIX file type.
$ dos2unix administration-console/resource/config/console.xml
$ dos2unix administration-console/resource/config/console.xml
11. Set up admin console
$ vi administration-console/resource/config/console.xml
12. Edited the log4j.xml so the log file would appear in the home directory
13. Set the hostname directly and added ip address for client machines in web.xml
$sudo vi /opt/pentaho/biserver-ce/tomcat/webapps/pentaho/WEB-INF/web.xml
from:
to:
No comments:
Post a Comment