You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by er...@apache.org on 2010/11/02 19:39:01 UTC

svn commit: r1030167 - /james/server/trunk/src/site/xdoc/install.xml

Author: eric
Date: Tue Nov  2 18:39:00 2010
New Revision: 1030167

URL: http://svn.apache.org/viewvc?rev=1030167&view=rev
Log:
Highlight libc6 requirement for linux.

Modified:
    james/server/trunk/src/site/xdoc/install.xml

Modified: james/server/trunk/src/site/xdoc/install.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/install.xml?rev=1030167&r1=1030166&r2=1030167&view=diff
==============================================================================
--- james/server/trunk/src/site/xdoc/install.xml (original)
+++ james/server/trunk/src/site/xdoc/install.xml Tue Nov  2 18:39:00 2010
@@ -25,7 +25,7 @@
 
 <body>
 
-<section name="Requirements for James Server">
+<section name="Requirements">
 
 <subsection name="Java Virtual Machine">
 
@@ -49,8 +49,15 @@
   
   <p>James needs by default 512 MB RAM, but may need more depending on the load.</p>
 
-  <p>On Linux, to run the startup/shutdown script via the 'james' command, you also need <code>libc6</code> 
-     (on Ubuntu for example: <code>sudo apt-get install libc6-i386 libc6-dev-i386</code>).</p>
+    <div class="ui-widget">
+      <div class="ui-state-error ui-corner-all" style="padding: 0 .7em;"> 
+        <p><span class="ui-icon ui-icon-alert" style="float: left; margin-right: .3em;"></span> 
+        <strong>libc6 on Linux: </strong>
+          On Linux, to run the startup/shutdown script via the 'james' command, you also need <code>libc6</code> 
+         (on Ubuntu for example: <code>sudo apt-get install libc6-i386 libc6-dev-i386</code>).
+      </p>
+      </div>
+    </div>
 
 </subsection>
 
@@ -80,7 +87,7 @@
 <subsection name="Step 1: Get James"> 
 
   <p>Obtain the full James binary distribution from the <a href="http://james.apache.org/download.cgi">James 
-    release mirrors</a>.  Unpack the archive into your James installation directory.  Go to the bin subdirectory of the 
+    release mirrors</a>. Unpack the archive into your James installation directory. Go to the bin subdirectory of the 
     installation directory and run "./james start".</p>
 
   <p>If you have downloaded a binary distribution, you do not need to build James. 



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org