saiku源代码安装

以前的文章介绍了如何直接安装saiku,http://www.cnblogs.com/liqiu/p/5183894.html 。这里面偷懒没有源代码编译,不过这几天也就这么用了。

最近随着使用的深入,不仅仅修改修改页面那么简单,所以需要源代码编译!下面介绍一下编译过程:

一、下载:首先github下载:https://github.com/OSBI/saiku

二、选择版本:我使用的是:3.3.2,所以使用版本:git checkout saiku-3.3.2

三、修改pom.xml文件

以前就是死在了这个上面,注释掉atlassian2这个依赖:

<repository>
            <id>atlassian2</id>
            <url>http://repository.opencastproject.org/</url>
</repository>

四、编译:mavn clean package -Dmaven.test.skip=true

这一步第一次会很久,心情不要太激动!

五、启动:./saiku run server start

六、看结果:http://localhost:8080/

用户名密码都是admin

策马奔腾吧!~

posted @ 2016-03-04 20:43  李秋  阅读(3015)  评论(1编辑  收藏  举报