You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@zeppelin.apache.org by Corneau Damien <co...@gmail.com> on 2015/10/01 04:11:25 UTC

Re: Zeppelin - Web Dev environment setup.

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, ÐΞ€ρ@Ҝ (๏̯͡๏) <de...@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
>
>

Re: Zeppelin - Web Dev environment setup.

Posted by ๏̯͡๏ <ÐΞ€ρ@Ҝ>, de...@gmail.com.
I am now trying a setup on Mac. Just posted a more specific question.

On Wed, Sep 30, 2015 at 7:11 PM, Corneau Damien <co...@gmail.com>
wrote:

> 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, ÐΞ€ρ@Ҝ (๏̯͡๏) <de...@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
>>
>>
>


-- 
Deepak