The previous article describes how to install saiku,http://www.cnblogs.com/liqiu/p/5183894.html directly. There is no source code compilation, but these days it is so used.
Recently with the depth of use, not only modify the page so simple, so need source code compilation! The following describes the compilation process:
One, download: first github download: Https://github.com/OSBI/saiku
Second, select version: I am using: 3.3.2, so use version:git checkout saiku-3.3.2
Third, modify the Pom.xml file
It used to be dead on this, commenting out the dependency of atlassian2:
< Repository > < ID >atlassian2</ID> <URL> http://repository.opencastproject.org/</url></ Repository>
Four, compile: Mavn clean package-dmaven.test.skip=true
This step for the first time will be a long time, not too excited mood!
V. Start:./saiku Run Server start
Vi. See results: http://localhost:8080/
User name password is admin
Ride the horses! ~
Saiku Source Code Installation