The following code automates the procedure to install and configure on an operating system Ubuntu Desktop v14.08 LTS the following software:
- OpenJDK 8
- PostgreSQL Server Database
- SQL Power Architect v1.0.8 Community Edition
- DataCleaner v5.7.0
- SQuirreL SQL Client v3.9.1
- Pentaho Data Integration v8.2
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: