saiku源代码安装

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

最近随着使用的深刻,不单单修改修改页面那么简单,因此须要源代码编译!下面介绍一下编译过程:git

1、下载:首先github下载:https://github.com/OSBI/saikugithub

2、选择版本:我使用的是:3.3.2,因此使用版本:git checkout saiku-3.3.2maven

3、修改pom.xml文件url

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

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

4、编译:mavn clean package -Dmaven.test.skip=truecode

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

5、启动:./saiku run server startxml

6、看结果:http://localhost:8080/htm

用户名密码都是admin

策马奔腾吧!~

相关文章
相关标签/搜索