一、简介:
Pentaho BI Server 分为企业版和社区版两个版本。其中 社区版 CE(community edtion) 为免费版本。
二、下载CE版(CentOS):
后台下载命令:
nohup wget -b -c -q http://jaist.dl.sourceforge.net/project/pentaho/Business%20Intelligence%20Server/6.1/biserver-ce-6.1.0.1-196.zip &
三、安装
unzip biserver-ce-6.1.0.1-196.zip -d /opt/ptools/,自动生成 biserver-ce 文件夹
四、启动
Tomcat 默认端口号:8080
HSQLDB默认端口号:9001
进入 biserver-ce 文件夹,执行
./start-pentaho.sh & >> 1.log & 后台启动服务
五、首页
默认用户名密码:admin/password
时间: 2024-11-14 04:14:20