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 2013/04/10 14:15:19 UTC

svn commit: r1466441 - /directory/site/trunk/content/apacheds/basic-ug/1.3-installing-and-starting.mdtext

Author: elecharny
Date: Wed Apr 10 12:15:19 2013
New Revision: 1466441

URL: http://svn.apache.org/r1466441
Log:
Updated the doco on how to start and stop the server on MacOSX

Modified:
    directory/site/trunk/content/apacheds/basic-ug/1.3-installing-and-starting.mdtext

Modified: directory/site/trunk/content/apacheds/basic-ug/1.3-installing-and-starting.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/apacheds/basic-ug/1.3-installing-and-starting.mdtext?rev=1466441&r1=1466440&r2=1466441&view=diff
==============================================================================
--- directory/site/trunk/content/apacheds/basic-ug/1.3-installing-and-starting.mdtext (original)
+++ directory/site/trunk/content/apacheds/basic-ug/1.3-installing-and-starting.mdtext Wed Apr 10 12:15:19 2013
@@ -112,6 +112,15 @@ should be replaced by
        <key>Disabled</key>
        <true/>
 
+Once the server has been installed, you can start it with :
+
+  sudo launchctl start org.apache.directory.server
+
+and stop it with :
+
+  sudo launchctl stop org.apache.directory.server
+
+
 ## Installation on Linux and Solaris
 
 The installation for different installers is described on the [Apache Directory Server 2.0 Downloads](http://directory.apache.org/apacheds/2.0/downloads.html) page.