Get started with the embedded samples
To deploy embedded samples to your Pentaho Server, you must download and run a script, and then move files that are created by the script to the appropriate directories.
Download the
pentaho-sdk- 9.3.0.zipfile from the Support Portal.On the Support Portal home page, sign in using the Pentaho support username and password provided in your Pentaho Welcome Packet.
In the Pentaho card, click Download.
The Downloads page opens.
In the 9.x list, click See all <number> articles to see the full list of 9.x downloads.
On the 9.x page, click Pentaho 9.3 GA Release.
Scroll to the bottom of the Pentaho 9.3 GA Release page.
In the file component section, navigate to the
SDKfolder.Download the
pentaho-sdk- 9.3.0 <build number>-dist.zipfile.The readme file that is in the ZIP file contains deployment information.
Unpack the
pentaho-sdk- 9.3.0 <build number>-dist.zipfile to a temporary directory.The
pentaho-sdk- 9.3.0 <build number>-distdirectory is created in the temporary directory.Stop the Pentaho Server.
Note: See the Install Pentaho Data Integration and Analytics document for instructions on stopping and starting the Pentaho Server.
Navigate to the
pentaho-sdk- 9.3.0 <build number>-distdirectory.Run one of the following scripts that is appropriate for the OS.
installer.jar
install.bat
install.sh The following two directories are unpacked to the directory that you specified while running the script:
integration-examplesandplatform-plugins.
Copy the
integration-examplesdirectory to thepentaho-server/tomcat/webappsdirectory.Navigate to the
platform-pluginsdirectory and copy theexample-visualizationandoem-toolsdirectories.Paste the
example-visualizationandoem-toolsdirectories into thepentaho-server/pentaho-solutions/systemdirectory.Start the Pentaho Server.
The samples are deployed and can be accessed by opening a web browser and navigating to http://localhost:8080/integration-examples. To access the OEM tools, browse to http://localhost:8080/pentaho/content/oem-tools/resources/web/index.html. To access the example-visualization, look under the Charts menu in Analyzer. The example-visualization is listed as Example KPI.
To deliver content and 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, see 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
Was this helpful?

