Writing Sample #2
Software installation instructions.
Prepare your Windows environment for a Manual Installation
Process Overview
Complete the following tasks to prepare your Windows environment for the [Product Name] Server installation.
NOTE: If you have already installed a web application server, you can skip Step 3.
Create a Windows directory structure
Install Java
Install your web application server
Install the [Product Name] Repository host database
Download and unpack the installation files
Set environment variables
Prepare your [Product Name] Repository
Create a Windows directory structure
Choose an installation path. We recommend the path shown in the following steps.
Log on to the machine where you will run the [Product Name] Server.
Create this directory path:
Verify that you have the appropriate permissions to read, write, and execute commands in the directories you created.
CAUTION: Make sure your users can write to the directory where you install the [Product Name] Suite.
Install Java
You must install a supported version of Java.
Check the Components Reference list to see which Java version [Product Name] currently supports.
Download the supported version of the JRE or JDK from the Oracle site and install it.
Install Your web application server
If you want to install [Product Name] on your own web application server, you must first install your web application server.
NOTE: If you have already installed a Tomcat or JBoss web application server and you want to run the [Product Name] Server on it, you can skip this step.
You can deploy the [Product Name] Server on a Tomcat or JBoss web application server. By default, [Product Name] Server software is configured for Tomcat, so if you choose to install [Product Name] on a Tomcat web app server, you will make fewer configuration changes than a JBoss web app server.
Check the Components Reference to see which version of Tomcat or JBoss [Product Name] supports.
To download and install the web application software, use the instructions in the documentation for the web application server of your choice. We recommend that you install the web application server in the prod\server\prod-server directory.
Verify the web application server is installed correctly by starting it and viewing the default page. If the web application server does not start, troubleshoot it using its documentation before you continue with the [Product Name] Server installation process.
Stop the web application server.
Install the [Product Name] Repository host database
The [Product Name] Repository houses data needed for [Product Name] tools to provide scheduling and security functions. It also stores metadata and models for reports that you create. You can host the [Product Name] Repository on the following databases:
PostgreSQL
MySQL
Oracle
MS SQL Server
To install the [Product Name] Repository’s host database, complete these steps:
Check the Components Reference to verify which versions of these databases [Product Name] currently supports.
Download and install the database of your choice.
Verify that the database is installed correctly.
Download and unpack installation files
The [Product Name] Server software, data files, and examples are stored in pre-packaged .war and .zip files. You will need to copy these files to the correct directories manually.
Step 1: Download the files
Download the following installation and plugin files from the Customer Support Portal.
On the Customer Portal home page, sign in using the [Product Name] support username and password provided in your Welcome Packet.
Click Downloads, then click 8.0 GA Release in the 8.x list.
On the bottom of the 8.0 GA Release page, click the Server > Manual Build (No Web Application Server) folder in the Box widget and download each file listed below.
NOTE: Optionally, on the bottom of the 8.0 GA Release page, click the Operations Mart folder in the Box widget and download the Operations Mart .zip file.
Component
Zip File
Analyzer Plugin
Dashboard Designer Plugin
Server Installation File
Interactive Reporting Plugin
(Optional) BA Operations Mart Files
Step 2: Unpack the [Product Name] Server Installation file
Unzip the [Product Name] Server Installation file. The packaged file is inside.
Unpack the file by running the installer.bat file.
In the IZPack window, read the license agreement, select I accept the terms of this license agreement, and then click Next.
In the Select the installation path text box, browse to or enter the location where you created the \prod\server\prod-server directory, then click Next.
A warning message that the directory already exists will appear. Click Yes. Any existing files in the directory are retained.
When the installation progress is complete, click Quit.
In the \prod-server directory, navigate to the \prod-server-manual-ee directory created by the IZPak tool. Unzip the .zip files and place the contents in the appropriate directories listed below.
File
Unzip the Contents of the File to This Directory
license-installer.zip
jdbc-distribution-utility.zip
pentaho-data.zip
Step 3: Unpack the plugin files
Unzip the plugin file you would like to install. The packaged plugin is inside.
Unpack the plugin by running the install.bat file.
In the IZPack window, read the license agreement, select I accept the terms of this license agreement, and then click Next.
In the Select the installation path text box, save the file in the prod\server\prod- server\prod-solutions\system directory and then click Next.
A warning message that the directory already exists will appear. Click Yes. Any existing files in the directory are retained.
When the installation finishes, click Quit.
Step 4: (Optional) Unpack the Operations Mart DDL files
Unzip the [Product Name] Operations Mart file. The packaged file is inside.
Unpack the file by running the install.bat file.
In the IZPack window, read the license agreement, select I accept the terms of this license agreement, and then click Next.
In the Select the installation path text box, save the file in the prod\server\prod-server\ data directory, and click Next.
A warning message that the directory already exists will appear. Click Yes. Any existing files in the directory are retained.
When the installation finishes, click Quit.
Unzip the prod-operations-mart-ddl-8.0.0.zip file.
Move the directory for your database into prod\server\prod-server\data\<database name> and delete the others.
The appropriate database names are shown in the following table:
If your [Product Name] Repository is On:
Copy the contents of this directory into prod\ server\prod-server\data\
PostgreSQL
MySQL
Oracle
MS SQL Server
Step 5: Verify directory structure
Verify that the files have been placed in the following locations by comparing the following directory structures with yours.
NOTE: If your web application server is located in a directory other than the prod\server\prod-server directory, the prod.war and prod-style.war files should appear where you have chosen to install your web application server.
[Product Name] subdirectories
After you have finished unpacking all of the plugins and [Product Name] Operations Mart files, the [Product Name] directory structure should contain these subdirectories:
Set environment variables
Set the PROD_JAVA_HOME environment variable. If you do not set these variables, [Product Name] will not start correctly.
NOTE: If you are using a JRE, also set the JRE_HOME home environment variable.
Set the path of the PROD_JAVA_HOME variable to the path of your Java installation, as shown in this example:
Restart your application server.
Verify the variables have been properly set.
Prepare your [Product Name] Repository
Once you have finished preparing your environment, you can initialize and configure your [Product Name] Repository. Select the database that you are using as your [Product Name] Repository:
PostgreSQL
MySQL
Oracle
MS SQL Server
Last updated