Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 00CD5D2D8 for ; Thu, 25 Oct 2012 15:48:41 +0000 (UTC) Received: (qmail 13819 invoked by uid 500); 25 Oct 2012 15:48:40 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 13718 invoked by uid 500); 25 Oct 2012 15:48:40 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 13710 invoked by uid 500); 25 Oct 2012 15:48:40 -0000 Delivered-To: apmail-incubator-callback-dev@incubator.apache.org Received: (qmail 13707 invoked by uid 99); 25 Oct 2012 15:48:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Oct 2012 15:48:40 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of brent.lintner@gmail.com designates 209.85.212.47 as permitted sender) Received: from [209.85.212.47] (HELO mail-vb0-f47.google.com) (209.85.212.47) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Oct 2012 15:48:34 +0000 Received: by mail-vb0-f47.google.com with SMTP id ez10so1974526vbb.6 for ; Thu, 25 Oct 2012 08:48:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=dR35yLqmYT/gQtz2c24VNja1asZIMx0kS+wn0ofWRCU=; b=TY2lVPDFU5U+NiaDL33Gb4eCHLH2sGEHHUlildlY6Ycqbh2YrS5DDOxromSAvSutJg lkZW/dUtMUDsVQgfQLb5M4rwSqhqawOTFiJQnqlB1Zk/97u2hd12PuUr7pvpjYAQF/OM o7116tqeTqcGU1sa+WutViMQV/Vd1uA24N/Jyo1Zd9YsvpJ4y34yKaj0vFCgCb9PJOmH Jtp8j7X1kyjzy/UcckAECcncaolkBD39vDG1SL0/MnhL7E6nqUJ1rwRze+KmKrXMiuJ4 Fxn4FoBrcoAqyKPZbLsr+Vvoxw6PB1/GZW5gcVc7eFzafxtrbg7nXtMk5/F+Xut76SwM VFlg== MIME-Version: 1.0 Received: by 10.58.116.212 with SMTP id jy20mr36033925veb.5.1351180093674; Thu, 25 Oct 2012 08:48:13 -0700 (PDT) Received: by 10.58.32.170 with HTTP; Thu, 25 Oct 2012 08:48:13 -0700 (PDT) In-Reply-To: References: Date: Thu, 25 Oct 2012 11:48:13 -0400 Message-ID: Subject: Re: [DISCUSS] Ripple Emulator CLI From: Brent Lintner To: callback-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=047d7b6d99a482d36a04cce4217c X-Virus-Checked: Checked by ClamAV on apache.org --047d7b6d99a482d36a04cce4217c Content-Type: text/plain; charset=UTF-8 Hey All, Just an FYI that the CLI/Proxy code is now in the `next` (release) branch. :-D https://github.com/blackberry/Ripple-UI/commits/next On Tue, Oct 16, 2012 at 10:13 PM, Filip Maj wrote: > BTW this is awesome.. Once its at a shippable state ill add this to the > cordova cli dependencies and we can rock ripple as an emulate fallback (or > even default) :D > > On 10/13/12 12:01 PM, "Dan Silivestru" wrote: > > >Hi All, > > > >Thought I would share some of what we've been up to on Ripple with the > >group here, since I think it could mesh really well with the CLI work > >that's being done for Cordova. > > > >We've been working on a CLI for Ripple. All work can be found in this > >branch: https://github.com/tinyhippos/Ripple-UI/tree/server.cli > > > >It's not on npm yet as we have to work through some internal processes to > >make that happen and there already is a ripple npm package out there > >(hopefully we can sort thing out, or we might go with > >npmjs.org/packages/ripple-cli) > > > >But you can easily install the CLI by doing the following: > > > >1. clone our repo and checkout the server.cli branch > >2. run ./configure > >3. run jake > >4. npm install -g pkg/rim.cli (in the future that will be npm install -g > >ripple OR npm install -g ripple-cli) > >5. accept the EULA (url points to the wrong spot right now, this is a work > >in progress :) ) > >6. type in: ripple help > >7. play around :-) > > > >Would really love to get the community's feedback on this and see if there > >might also be some interest in adding a command to the cordova CLI... > >something along these lines: > > > >cordova test [--port xxxx] [--path pathToTest] > > > >The idea is that this will enable an http server over the current dir or > >the specified path and Ripple will auto enable once the provided URL is > >pasted into Chrome. > > > >Looking forward to hearing everyone's thoughts. > > > >-- > >Dan Silivestru > >+1 (519) 589-3624 > > -- Brent --047d7b6d99a482d36a04cce4217c--