Skip to content

Project to provision Pentaho 5.x stack using Ansible, Vagrant and VirtualBox on CentOS v7.1

License

Notifications You must be signed in to change notification settings

ingmmurillo/pentaho-provisioning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Provisioning Pentaho BI Server CE v5.4 and PostgreSQL v9.4 on CentOS Linux Release 7.2

The following code automates the procedure to install and configure base software (Java 7), Pentaho BI Server v5.4 and PostgreSQL on an operating system CentOS v7.2.

This IAC (Infrastructure as Code) allows you to have Pentaho BI Server v5.4 configured on PostgreSQL repositories: (hibernate, quartz, jackrabbit) with only few commands.

Before using this code, make sure you have installed the following:

To run the provisioning code, open a terminal console and run the following commands:

vagrant plugin update
vagrant box update
vagrant provision

To test that you have successfully provisioned Pentaho CE, open a browser an hit the following URL:

http://localhost:8888/pentaho/

In order to turn on the virtual machine run the following command:

vagrant up

To turn off the virtual machine run:

vagrant halt

NOTES:

  • Just the first time you run the command, it will take some minutes.
  • Ansible and Vagrant runs well on Linux distributions and OS X. To run those on Windows is tricky, but not impossible!
  • This code automates all the procedures mentioned in my blog post.

Useful Information:

Service Port Forwarded Port Unix User Command
Pentaho BI Server 8080 8888 pentaho sudo service pentaho (start, stop or restart)
PostgreSQL 5454 5454 postgres psql -p 5454

About

Project to provision Pentaho 5.x stack using Ansible, Vagrant and VirtualBox on CentOS v7.1

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published