Author: akarasulu Date: Thu Jan 13 20:27:49 2005 New Revision: 125139 URL: http://svn.apache.org/viewcvs?view=rev&rev=125139 Log: adding for quick start - on request be Alan Cabrera Added: incubator/directory/apacheds/trunk/README.txt
Added: incubator/directory/apacheds/trunk/README.txt Url: http://svn.apache.org/viewcvs/incubator/directory/apacheds/trunk/README.txt?view=auto&rev=125139 ============================================================================== --- (empty file) +++ incubator/directory/apacheds/trunk/README.txt Thu Jan 13 20:27:49 2005 @@ -0,0 +1,47 @@ + Apache Directory Server + ======================= + +Documentation +------------- + +To run, build or just to read about how to use the server please refer to the +documentation. For binary distributions you can just refer to the local copy +here: + +./docs/index.html + +or online here, + +http://incubator.apache.org/directory/subprojects/apacheds/index.html + + +Running +------- + +To run with defaults, + +java -jar apacheds-${version}.jar + +or with custom settings, + +java -jar apacheds-${version}.jar your.properties + + +Connecting +---------- + +see http://incubator.apache.org/directory/subprojects/apacheds/users/authentication.html + + +Building +-------- + +maven multiproject + + +Notes +----- + + o The kerberos service as well as other services are not included within this + release. +
