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

svn commit: r1629355 - in /directory/site/trunk/content/fortress: images/Screenshot2-edit-sudo.png quick-start/linux/guidelines.mdtext

Author: elecharny
Date: Sat Oct  4 03:52:53 2014
New Revision: 1629355

URL: http://svn.apache.org/r1629355
Log:
Completed the guidelines page

Added:
    directory/site/trunk/content/fortress/images/Screenshot2-edit-sudo.png   (with props)
Modified:
    directory/site/trunk/content/fortress/quick-start/linux/guidelines.mdtext

Added: directory/site/trunk/content/fortress/images/Screenshot2-edit-sudo.png
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/fortress/images/Screenshot2-edit-sudo.png?rev=1629355&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/site/trunk/content/fortress/images/Screenshot2-edit-sudo.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: directory/site/trunk/content/fortress/quick-start/linux/guidelines.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/fortress/quick-start/linux/guidelines.mdtext?rev=1629355&r1=1629354&r2=1629355&view=diff
==============================================================================
--- directory/site/trunk/content/fortress/quick-start/linux/guidelines.mdtext (original)
+++ directory/site/trunk/content/fortress/quick-start/linux/guidelines.mdtext Sat Oct  4 03:52:53 2014
@@ -41,5 +41,17 @@ The source code for this project is loca
     chmod a+x -Rf * 
 
 <CENTER>
-![Screenshot](../../images/Screenshot1-chmod.png)
+  <IMG src="../../images/Screenshot1-chmod.png" alt="Screenshot" width="766" height="58"/>
+</CENTER>
+
+If debian platform and using sudo, edit file named 'build.properties' and insert sudo password here:
+
+    sudo.pw=your pw here
+
+Note: For Redhat deployments leave this param's value empty, like below, otherwise the 'stop-slapd' target may not work.
+
+    sudo.pw=
+
+<CENTER>
+  <IMG src="../../images/Screenshot2-chmod.png" alt="Screenshot" width="766" height="111"/>
 </CENTER>