zoukankan      html  css  js  c++  java
  • 最近很多人问我:saiku下载不下来

    saiku的前段团队 在UI设计方面很专业。但是兼容性差到让人无语。不知道为什么,是不是不给钱,人家故意黑它。

    一直忙别的工作,现在整理一些saiku相关网站,百度不到的,google又要FQ。看个合法网站也这么麻烦,那么

    我来造福你们了,凡人们。我是不是应该出本书,saiku设计与实践。不错,看有人出版么?


    乱乱的读写:http://blog.analytical-labs.com/tagged/bi

    saiku福音,wiki:http://wiki.meteorite.bi/display/SAIK/Saiku    我准备全部翻译好后,出本书。你们觉得可以,就帮我联系一下出版商吧!


    一个community:http://community.meteorite.bi/?cedownload

    如果你实在下不了,用这个吧!如果帮到你了,点个赞

    https://github.com/OSBI/saiku



    如果你想要saiku源码,也行

    Building Saiku

    1. Get the source and create a local working branch

    Clone the repository and setup a 'master' local branch.

    $ git clone git://github.com/OSBI/saiku.git
    

    or if you are an authenticated committer, you would use..

    $ git clone git@github.com/OSBI/saiku.git
    

    if developing off of a non-master branch, create local branch that tracks the remote branch

    $ git checkout -b somebranch origin/somebranch
    
    1. Build all saiku projects (core libs + webapps for UI and backend)

      $ cd saiku $ sh buildall.sh $ call buildall.bat



    甚至你可以在Eclipse中开发

    Developing Saiku in Eclipse

    Once you have cloned the public git repo (see step 1 above), you are left with a number of maven projects. These projects are setup for inclusion in Eclipse. If you want any Saiku going in any other IDE you need to use the according maven goal (like mvn eclipse)

    Note In either case you may see warnings in Eclipse indicating a bad JRE reference in your build paths. If so, you need to adjust the JRE used in the Eclipse build path (for each project) to point it to a valid 1.6 JRE.


  • 相关阅读:
    AMH4.2 Ftp账号路径修改设置
    过狗一句话
    破解tumblr背景音乐
    lnmp下安装ffmpeg和ffmpeg-php教程
    How To install FFMPEG, FLVTOOL2, MP4Box on CentOS server 2015 easy method
    自己的路删除
    弹出CPA
    JSON的相关知识
    JavaScript函数的相关知识
    JavaScript对象的相关知识
  • 原文地址:https://www.cnblogs.com/cl1024cl/p/6205400.html
Copyright © 2011-2022 走看看