You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltacloud.apache.org by lu...@apache.org on 2011/08/12 00:41:38 UTC

svn commit: r1156851 - in /incubator/deltacloud/trunk/site: content/contribute.mdown output/contribute.html

Author: lutter
Date: Thu Aug 11 22:41:37 2011
New Revision: 1156851

URL: http://svn.apache.org/viewvc?rev=1156851&view=rev
Log:
Docs: Updated RPM dependencies in Contribute page

Signed-off-by: Michal fojtik <mf...@redhat.com>

Modified:
    incubator/deltacloud/trunk/site/content/contribute.mdown
    incubator/deltacloud/trunk/site/output/contribute.html

Modified: incubator/deltacloud/trunk/site/content/contribute.mdown
URL: http://svn.apache.org/viewvc/incubator/deltacloud/trunk/site/content/contribute.mdown?rev=1156851&r1=1156850&r2=1156851&view=diff
==============================================================================
--- incubator/deltacloud/trunk/site/content/contribute.mdown (original)
+++ incubator/deltacloud/trunk/site/content/contribute.mdown Thu Aug 11 22:41:37 2011
@@ -14,8 +14,8 @@ All development of Deltacloud takes plac
 through the mailing list and all source code changes are tracked publicly.
 
 * <strong>Mailing Lists</strong><br/>
-  For Deltacloud API: <de...@incubator.apache.org>.
-  To subscribe to it, send an email to <de...@incubator.apache.org>. You can also view [Archive][1] in case you are missing something.
+  For Deltacloud API: [deltacloud-dev@incubator.apache.org](mailto:deltacloud-dev@incubator.apache.org).
+  To subscribe to it, send an email to [deltacloud-dev-subscribe@incubator.apache.org](deltacloud-dev-subscribe@incubator.apache.org). You can also view [Archive][1] in case you are missing something.
 
   [1]: http://mail-archives.apache.org/mod_mbox/incubator-deltacloud-dev/
 * <strong>IRC</strong><br/>
@@ -59,7 +59,7 @@ You can find the Subversion repository a
 Required packages
 -----------------
 In order to make the Deltacloud components work, you'll need to
-have the following packages installed (on Fedora 12; the names may vary on
+have the following packages installed (on Fedora 14; the names may vary on
 your distro):
 
     ruby
@@ -74,6 +74,12 @@ that Deltacloud requires. If you want to
 package manager (yum, apt, ports, etc.) you won't need to install these
 packages manually.
 
+To install all required ruby gems manually you should run:
+
+    $ yum install rubygem-haml rubygem-sinatra rubygem-thin rubygem-json \
+      rubygem-net-json rubygem-rack-accept rubygem-nokogiri rubygem-aws \
+      rubygem-rest-client
+
 Installing the Deltacloud Core
 ------------------------------
 

Modified: incubator/deltacloud/trunk/site/output/contribute.html
URL: http://svn.apache.org/viewvc/incubator/deltacloud/trunk/site/output/contribute.html?rev=1156851&r1=1156850&r2=1156851&view=diff
==============================================================================
--- incubator/deltacloud/trunk/site/output/contribute.html (original)
+++ incubator/deltacloud/trunk/site/output/contribute.html Thu Aug 11 22:41:37 2011
@@ -61,8 +61,8 @@
         
         <ul>
         <li><p><strong>Mailing Lists</strong><br />
-        For Deltacloud API: <a href="&#x6d;&#x61;&#105;&#x6c;&#116;&#111;&#x3a;&#100;&#x65;&#x6c;&#116;&#97;&#x63;&#108;&#x6f;&#117;&#100;&#x2d;&#x64;&#101;&#118;&#x40;&#x69;&#110;&#99;&#x75;&#x62;&#x61;&#x74;&#111;&#114;&#46;&#x61;&#112;&#97;&#x63;&#x68;&#x65;&#x2e;&#111;&#114;&#x67;">&#100;&#x65;&#x6c;&#x74;&#97;&#x63;&#108;&#x6f;&#x75;&#x64;&#x2d;&#x64;&#x65;&#x76;&#64;&#105;&#110;&#x63;&#x75;&#98;&#97;&#116;&#x6f;&#114;&#46;&#97;&#x70;&#x61;&#99;&#x68;&#x65;&#46;&#111;&#114;&#x67;</a>.
-        To subscribe to it, send an email to <a href="&#109;&#97;&#105;&#108;&#x74;&#x6f;&#x3a;&#100;&#101;&#108;&#116;&#97;&#99;&#108;&#x6f;&#x75;&#100;&#45;&#100;&#101;&#118;&#45;&#x73;&#x75;&#98;&#115;&#99;&#114;&#105;&#x62;&#x65;&#x40;&#x69;&#x6e;&#x63;&#117;&#98;&#97;&#x74;&#111;&#114;&#x2e;&#x61;&#112;&#x61;&#99;&#x68;&#x65;&#46;&#x6f;&#x72;&#103;">&#x64;&#101;&#108;&#x74;&#97;&#99;&#x6c;&#x6f;&#x75;&#x64;&#45;&#100;&#101;&#x76;&#x2d;&#x73;&#x75;&#98;&#x73;&#x63;&#x72;&#105;&#x62;&#x65;&#x40;&#x69;&#110;&#x63;&#117;&#98;&#97;&#116;&#111;&#114;&#x2e;&#x61;&#112;&#x61;&#99;&#104;&#101;&#46;&#111;&#114;&#x67;</a>. You can also view <a href="http://mail-archives.apache.org/mod_mbox/incubator-deltacloud-dev/">Archive</a> in case you are missing something.</p></li>
+        For Deltacloud API: <a href="mailto:deltacloud-dev@incubator.apache.org">deltacloud-dev@incubator.apache.org</a>.
+        To subscribe to it, send an email to <a href="deltacloud-dev-subscribe@incubator.apache.org">deltacloud-dev-subscribe@incubator.apache.org</a>. You can also view <a href="http://mail-archives.apache.org/mod_mbox/incubator-deltacloud-dev/">Archive</a> in case you are missing something.</p></li>
         <li><p><strong>IRC</strong><br />
         You can also join us on the Freenode IRC channel #deltacloud. Deltacloud
         developers are generally available on the IRC channel</p></li>
@@ -95,7 +95,7 @@
         <h2 id="h2">Required packages</h2>
         
         <p>In order to make the Deltacloud components work, you'll need to
-        have the following packages installed (on Fedora 12; the names may vary on
+        have the following packages installed (on Fedora 14; the names may vary on
         your distro):</p>
         
         <pre><code>ruby&#x000A;ruby-devel&#x000A;rubygem-rake&#x000A;gcc-c++&#x000A;libxml2-devel&#x000A;libxslt-devel&#x000A;</code></pre>
@@ -105,6 +105,10 @@
         package manager (yum, apt, ports, etc.) you won't need to install these
         packages manually.</p>
         
+        <p>To install all required ruby gems manually you should run:</p>
+        
+        <pre><code>$ yum install rubygem-haml rubygem-sinatra rubygem-thin rubygem-json \&#x000A;  rubygem-net-json rubygem-rack-accept rubygem-nokogiri rubygem-aws \&#x000A;  rubygem-rest-client&#x000A;</code></pre>
+        
         <h2 id="h3">Installing the Deltacloud Core</h2>
         
         <p>First, you need to install the server that will give you the Deltacloud API:</p>