Prepare Environment
Overview
Explains how to prepare your environment for the installation of Pentaho software.
This task explains how to prepare your computer for the installation of the software.
Create User Account
Windows User Account
If you plan to install the Pentaho BA Suite on a computer that runs Windows, you do not need to create a special user account. Just make sure that you have the appropriate privileges needed to install software. Often, this means that you need administrative-level privileges for the account that you use to install the software. Some Windows systems have expanded user access and permissions restrictions that change the way the software is installed and accessed by system users. If this happens, the installation wizard will require that you execute it with elevated permissions (Run Elevated status) so that the BA and DI Servers are accessible to all users.
Linux User Account
If you plan to install the software on a computer that runs Linux, create a user account named pentaho on the computer.
- Establish a connection to the remote server.
- In the Terminal window, create a new user account called pentaho, along with the pentaho home directory, by typing this command.
sudo useradd -s /bin/bash -m pentaho
Note:/bin/bash
indicates that the user account should be created using the Bash shell. In many Linux distributions, the default new user shell is/bin/sh
or some equivalent, such as Dash, that might not use the~/.bashrc
configuration file by default. If you don't have or want to use Bash, adjust the instructions throughout this section accordingly. - In the Terminal window, assign a password for the pentaho user by typing this line.
sudo passwd pentaho
- Verify that you can log in using the newly-created pentaho user account.
- In the Terminal window, log in by typing pentaho user at the prompt.
su pentaho
- Type the password for the pentaho user account if you are prompted.
- Use the Terminal window to navigate to the pentaho directory to verify that it has been created. By default, it is in the /home directory.
- Close the Terminal window.
- In the Terminal window, log in by typing pentaho user at the prompt.
Disable Anti-Spyware and Anti-Virus Programs
Disable any anti-spyware and anti-virus software before installing Pentaho Business Analytics. Some types of software firewalls and anti-virus scanners may also block the BA Server or prevent it from operating normally. After the server is installed, renable them.