To compile Zeppelin, you need a few things setup: Java 7 Git Maven Npm
(Cf. https://github.com/apache/incubator-zeppelin) If you have problem installing Npm on CentOs, try following the *Installing Node/NPM with Yum *part of this article: http://blog.jonhibbard.com/2014/10/installing-nodejs-and-npm-on-centos-6-5/ On Thu, Oct 1, 2015 at 5:05 AM, ÐΞ€ρ@Ҝ (๏̯͡๏) <deepuj...@gmail.com> wrote: > I am a platform developer and hence very new to UI world and want to add a > new graph support. I am struggling with dev setup & dev testing but i know > it can be done. > > Looks like i need the packages available in this website to get > zeppelin-web running in dev testable mode. > > http://code-complete.com/code/?p=32 > > *(steps inside that)* > curl -sL https://rpm.nodesource.com/setup | bash - > yum install -y nodejs > yum groupinstall ‘Development Tools’ > npm install -g grunt-cli > npm install -g bower > yum install ruby rubygems ruby-devel > gem install compass > gem install compass-normalize > > > Installation details > ============== > > # curl -sL https://rpm.nodesource.com/setup | bash - > > [root@zeppelin-3529 incubator-zeppelin]# yum install -y nodejs > > Loaded plugins: fastestmirror, presto > > Loading mirror speeds from cached hostfile > > > http://installsvc.vip/mirrors/mirror.centos.org/centos/6/os/x86_64/repodata/repomd.xml: > [Errno 12] Timeout on > http://installsvc.vip/mirrors/mirror.centos.org/centos/6/os/x86_64/repodata/repomd.xml: > (28, 'Operation too slow. Less than 1 bytes/sec transfered the last 30 > seconds') > > Trying other mirror. > > http://installsvc.vip/packages/yum/repodata/repomd.xml: [Errno 12] > Timeout on http://installsvc.vip/packages/yum/repodata/repomd.xml: (28, > 'Operation too slow. Less than 1 bytes/sec transfered the last 30 seconds') > > Trying other mirror. > > http://installsvc.vip/images/centos/6.4_64/updates/repodata/repomd.xml: > [Errno 12] Timeout on > http://installsvc.vip/images/centos/6.4_64/updates/repodata/repomd.xml: > (28, 'Operation too slow. Less than 1 bytes/sec transfered the last 30 > seconds') > > Trying other mirror. > > Setting up Install Process > > No package *nodejs* available. > > Error: Nothing to do > > [root@zeppelin-3529 incubator-zeppelin]# > > > Suggestions ? > -- > Deepak > >