Get started with the embedded samples
To download and deploy the samples to your Pentaho Server, perform the following steps:
On the Support Portal, sign in using the Pentaho support user name and password provided in your Pentaho Welcome Packet.
Click Downloads, then navigate to the Pentaho GA Release page, which matches your version of the software.
On the bottom of the Pentaho GA Release page, in the file component section, click the SDK folder and download the
pentaho-sdk- 10.2.0.zipfile.The readme file contains the information for deployment.
Stop the Pentaho Server.
Run SDK > Installer.bat (or the corresponding script for your OS) to uncompress these two folders to your selected location:
integration-examplesandplatform-plugins.Copy the
integration-examplesdirectory to yourpentaho-server/tomcat/webappsdirectory.Open the
platform-pluginsdirectory and copy the following two directories:example-visualizationandoem-tools.Paste the
example-visualizationandoem-toolsdirectories into thepentaho-server/pentaho-solutions/systemdirectory.Restart the Pentaho Server.
The samples are deployed and can be accessed by opening a web browser and navigating to http://localhost:8080/integration-examples. If you want to access the OEM tools, browse to http://localhost:8080/pentaho/conten...web/index.html. If you want to access the example-visualization, look under the Charts menu in Analyzer. It will be listed as Example KPI.
To deliver content as well as expose various services, we use a REST web interface. These sections comment on the various samples and how they use the REST URLs. For the full reference of the Pentaho REST API, please refer to http://javadoc.pentaho.com.
Note: The REST APIs often allow interaction with repository files. The REST API expects references to repository files to be specified using the : character as file separator.
Last updated

