How is the pentaho community server installed on linux?

六月ゝ 毕业季﹏ 提交于 2019-12-12 04:15:40

问题


Where can I find the pentaho community files, how is it installed, and how do I access the user console?


回答1:


Pentaho files are found at: https://sourceforge.net/projects/pentaho/files

The server is in the 'Business Intelligence Server' folder.

Download the zip file of the latest version, and unzip it. Open a terminal at the location of the unziped directory, and then cd into the directory. Now run ./start-pentaho.sh. It is a java application, so make sure you have java installed.

The server is now running, and the 'user console' can be accessed through a web browser at localhost:8080 by default. It was very slow for me, just fyi. The default login is 'admin' and 'password'.



来源:https://stackoverflow.com/questions/45425314/how-is-the-pentaho-community-server-installed-on-linux

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!