Return-Path: X-Original-To: apmail-deltacloud-commits-archive@www.apache.org Delivered-To: apmail-deltacloud-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A9635773B for ; Mon, 5 Dec 2011 10:33:39 +0000 (UTC) Received: (qmail 27192 invoked by uid 500); 5 Dec 2011 10:33:39 -0000 Delivered-To: apmail-deltacloud-commits-archive@deltacloud.apache.org Received: (qmail 27169 invoked by uid 500); 5 Dec 2011 10:33:39 -0000 Mailing-List: contact commits-help@deltacloud.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@deltacloud.apache.org Delivered-To: mailing list commits@deltacloud.apache.org Received: (qmail 27157 invoked by uid 99); 5 Dec 2011 10:33:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Dec 2011 10:33:38 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Dec 2011 10:33:37 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id A77E72388B3A for ; Mon, 5 Dec 2011 10:33:16 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1210402 - /deltacloud/trunk/clients/cimi/README.md Date: Mon, 05 Dec 2011 10:33:16 -0000 To: commits@deltacloud.apache.org From: mfojtik@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111205103316.A77E72388B3A@eris.apache.org> Author: mfojtik Date: Mon Dec 5 10:33:16 2011 New Revision: 1210402 URL: http://svn.apache.org/viewvc?rev=1210402&view=rev Log: CIMI: Added brief README for cimi client Added: deltacloud/trunk/clients/cimi/README.md Added: deltacloud/trunk/clients/cimi/README.md URL: http://svn.apache.org/viewvc/deltacloud/trunk/clients/cimi/README.md?rev=1210402&view=auto ============================================================================== --- deltacloud/trunk/clients/cimi/README.md (added) +++ deltacloud/trunk/clients/cimi/README.md Mon Dec 5 10:33:16 2011 @@ -0,0 +1,16 @@ +CIMI Frontend +============== + +Prerequisites +------------- + +Start Deltacloud API with CIMI option: + + $ cd core/server + $ ./bin/deltacloud -i mock --cimi + +Then start CIMI Frontend server and point to Deltacloud API URL: + + $ cd core/clients/cimi + $ bundle + $ ./bin/start -u "http://localhost:3001/cimi"