之前的文章介紹瞭如何直接安裝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
策馬奔騰吧!~