IntroductionThis section explains how to install and config the Pentaho Java Print server on an Ubuntu 12.04 LTS server. This is necessary if you want to print reports directly within OpenERP.Instructions for setting up the Pentaho Java server and OpenERP add-on are on the WillowIT Git-Hub website: The approach I took was slightly different, as I was missing various applications and libraries on my Ubuntu 12.04 LTS Server. This may not be applicable to everyone, so check before you run the follow steps. 1. Download and Install OpenJDK 6.0 prebuilt OpenJDK packagesInstall the OpenJDK packages of you haven't already done so. On the command line, type: $ sudo apt-get install openjdk-6-jreThe openjdk-6-jre package contains just the Java Runtime Environment. You'll also need to install the openjdk-6-jdk package. 2. Install Apache Ant
this installs ivy but doesn't seem to install the library into the correct directory, as I was getting this error when trying to compile:
so I needed to do the follow steps too:
5. Download the Willow-It java server
6. Build the war fileFollow the instructions on the WillowIT Github website :
The server will then compile (takes about 4 minutes). It creates a file called pentaho-reports-for-openerp.war. If the build completed successfully, the WAR file can be found in the build/jar directory. 7. Launching the serverFor testing purposes, a standalone server that listens on port 8090 (by default) can be launched using the "launch" target: This takes about 10 minutes to compile and run the server for the first time. In the console you'll see the server startup and download missing libraries. The console will then inform you that is waiting and accepting requests as follows.
No you just need to install and configure the Pentaho Module for OpenERP Ref:1. Installation of TomCat (Optional if you don't have apache installed)You may need to install TomCat if you don't already have Apache installed. Here asre the details.a) Check the current version and rename the command line directory and file name below v7.0.XX with the correct version number wget http://mirror.atlanticmetro.net/apache/tomcat/tomcat-7/v7.0.XX/bin/apache-tomcat-7.0.XX.tar.gz tar xvzf apache-tomcat-7.0.XX.tar.gz sudo mv apache-tomcat-7.0.29 ~/path/to/tomcat |
Welcome to BACON:CONSULT > Services > odoo > Business Intelligence and Printing Reports in OpenERP > Reporting - Pentaho and OpenERP >