You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by bu...@apache.org on 2014/10/04 05:52:58 UTC

svn commit: r924595 - in /websites/staging/directory/trunk/content: ./ fortress/images/Screenshot2-edit-sudo.png fortress/quick-start/linux/guidelines.html

Author: buildbot
Date: Sat Oct  4 03:52:58 2014
New Revision: 924595

Log:
Staging update by buildbot for directory

Added:
    websites/staging/directory/trunk/content/fortress/images/Screenshot2-edit-sudo.png   (with props)
Modified:
    websites/staging/directory/trunk/content/   (props changed)
    websites/staging/directory/trunk/content/fortress/quick-start/linux/guidelines.html

Propchange: websites/staging/directory/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Oct  4 03:52:58 2014
@@ -1 +1 @@
-1629354
+1629355

Added: websites/staging/directory/trunk/content/fortress/images/Screenshot2-edit-sudo.png
==============================================================================
Binary file - no diff available.

Propchange: websites/staging/directory/trunk/content/fortress/images/Screenshot2-edit-sudo.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Modified: websites/staging/directory/trunk/content/fortress/quick-start/linux/guidelines.html
==============================================================================
--- websites/staging/directory/trunk/content/fortress/quick-start/linux/guidelines.html (original)
+++ websites/staging/directory/trunk/content/fortress/quick-start/linux/guidelines.html Sat Oct  4 03:52:58 2014
@@ -172,7 +172,20 @@
 </li>
 </ul>
 <p><CENTER>
-<img alt="Screenshot" src="../../images/Screenshot1-chmod.png" />
+  <IMG src="../../images/Screenshot1-chmod.png" alt="Screenshot" width="766" height="58"/>
+</CENTER></p>
+<p>If debian platform and using sudo, edit file named 'build.properties' and insert sudo password here:</p>
+<div class="codehilite"><pre><span class="n">sudo</span><span class="p">.</span><span class="n">pw</span><span class="p">=</span><span class="n">your</span> <span class="n">pw</span> <span class="n">here</span>
+</pre></div>
+
+
+<p>Note: For Redhat deployments leave this param's value empty, like below, otherwise the 'stop-slapd' target may not work.</p>
+<div class="codehilite"><pre><span class="n">sudo</span><span class="p">.</span><span class="n">pw</span><span class="p">=</span>
+</pre></div>
+
+
+<p><CENTER>
+  <IMG src="../../images/Screenshot2-chmod.png" alt="Screenshot" width="766" height="111"/>
 </CENTER></p>