Skip to content

ingmmurillo/pentaho-provisioning-desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Provisioning Pentaho v8.2 CE Tools on Ubuntu Desktop v18.04 LTS - [DEV Environment]

The following code automates the procedure to install and configure on an operating system Ubuntu Desktop v14.08 LTS the following software:

This IAC (Infrastructure as Code) allows you to have Pentaho & Open Source Data Tools on an Ubuntu Desktop, it is ideal to start developing Data Warehousing / Business Intelligence systems.

Before using this code, make sure you have installed the following packages in your MAC:

Create the directory ./files and have downloaded the following packages

files
│   ├── jdbc
│   │   └── postgresql-42.2.6.jar
│   └── tools
│       ├── DataCleaner-5.7.0.zip
│       ├── SQL-Power-Architect-generic-jdbc-1.0.8.tar.gz
│       ├── pdi-ce-8.2.0.0-342.zip
│       └── squirrelsql-3.9.1-standard.zip

Open a terminal console and install the following roles:

ansible-galaxy install geerlingguy.java
ansible-galaxy install geerlingguy.postgresql

Finally, run the provisioning code with the following command:

vagrant up

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
  • The user and password for the box are vagrant

About

Provisioning Pentaho Tools and Data Tools on Ubuntu Desktop

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published