Book Image

Pentaho Business Analytics Cookbook

By : Sergio Ramazzina
Book Image

Pentaho Business Analytics Cookbook

By: Sergio Ramazzina

Overview of this book

<p>Pentaho Business Analytics 5 is a complete open source business intelligence suite, providing data integration, OLAP, reporting, data visualization, and data mining features.&nbsp; Pentaho Business Analytics Cookbook provides you with a valuable and detailed set of recipes that illustrate all the features of Pentaho Business Analytics 5, the new version of the popular BI platform. The book provides clear illustrations and simple examples, helping you learn the core topics visually.</p>
Table of Contents (19 chapters)
Pentaho Business Analytics Cookbook
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Adding a company's logo to the Pentaho User Console login page


Immediately after we install Pentaho BA Server, we are almost sure that we will have to customize certain parts of the user interface by following the company's standard guidelines. The first request we can expect from the customer is to change the default Pentaho logo to our company's logo. This recipe will show how we can easily do this.

Getting ready

For this recipe, the following conditions must be met:

  • We must have a basic understanding of CSS, HTML, and JavaScript

  • We must have direct access to the Pentaho application files on the server

  • We must have the filesystem's grants to update the Pentaho application files on the server

How to do it…

The following steps detail how to change the logo on our Pentaho BA Server login page:

  1. Go to the filesystem and locate the following directory:

    <biserver_home>/pentaho-solution/system/common-ui/resources/themes/images

  2. Look for the puc-login-logo.png file and make a copy. As an example,...