Skip to content

leandrocp/pentaho-server-docker

Repository files navigation

Pentaho BI Server 5.x

Easy-to-Use business intelligence (BI) for all

logo

http://community.pentaho.com/

Version: 5.3

How to use this image

Start a PostgreSQL instance

docker run --name some-postgres \
-e POSTGRES_USER=postgres \
-e POSTGRES_PASSWORD=password \
-d postgres

Start Pentaho BI Server

docker run --name pentaho \
--link some-postgres:postgres \
-e TIMEZONE="America/Sao_Paulo" \
-e DB_USER=postgres \
-e DB_PASS=password \
-d leandrocp/pentaho-server

Open Admin

Open http://dockerhost:8080/ and fill credentials:

  • User Name: admin
  • Password: password

Deploy on Tutum

See tutum.yml

Deploy to Tutum

Environment Variables

PostgreSQL

You have to set the following variable:

  • POSTGRES_PASSWORD

See: https://registry.hub.docker.com/_/postgres/

Pentaho

  • DB_HOST - default: linked postgres container
  • DB_USER - default: "postgres"
  • DB_PASS - default: "password"
  • DB_PORT - default: 5432
  • DB_SERVICE_NAME - default: empty. See TODO
  • TIMEZONE - default: "America/Sao_Paulo"
  • LOCALE - default: "en_US.UTF-8 UTF-8"
  • LANG - default: en_US.UTF-8
  • INSTALL_PLUGINS - default: false

Notes

  • This image doen´t work without PostgreSQL and has no sample data loaded.
  • It's recommended at least 2GB memory
  • The server takes a little to load, wait for the message:
Pentaho BI Platform server is ready.
...
Server startup in 173920 ms

See Also

License

MIT Licensed

About

Docker Image packaging for Pentaho BI Server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages