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/11/29 01:19:12 UTC

svn commit: r1642378 - in /directory/site/trunk/content/apacheds/advanced-ug: 2.2-installation-layout.mdtext 2.3-instance-layout.mdtext

Author: elecharny
Date: Sat Nov 29 00:19:11 2014
New Revision: 1642378

URL: http://svn.apache.org/r1642378
Log:
Updated the installation pages

Modified:
    directory/site/trunk/content/apacheds/advanced-ug/2.2-installation-layout.mdtext
    directory/site/trunk/content/apacheds/advanced-ug/2.3-instance-layout.mdtext

Modified: directory/site/trunk/content/apacheds/advanced-ug/2.2-installation-layout.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/apacheds/advanced-ug/2.2-installation-layout.mdtext?rev=1642378&r1=1642377&r2=1642378&view=diff
==============================================================================
--- directory/site/trunk/content/apacheds/advanced-ug/2.2-installation-layout.mdtext (original)
+++ directory/site/trunk/content/apacheds/advanced-ug/2.2-installation-layout.mdtext Sat Nov 29 00:19:11 2014
@@ -31,9 +31,14 @@ When you installed ApacheDS on your mach
 * the license files
 * the dependencies
 
+We will describe in this chapter the global layout and the various files and their meaning and use. Note that the installation will differ with the target OS. We currently support :
 
+* debian ![debian](images/debian.png)
+* RPM based linux
+* windows
+* Mac OSX
 
-We will describe in this chapter the global layout and the various files and their meaning and use.
+We also provide two packages, one which is a binary package that should run as is on any linux box, but will not be started as a daemon, and another which contains all the files.
 
 ## Standard layout
 
@@ -47,52 +52,58 @@ installation directory/
     |    |
     |    +-- wrapper
     |
-    +-- lib/
-    |
     +-- conf/
     |    |
-    |    +-- config.ldif
-    |    |
     |    +-- wrapper.conf
-    |    |
-    |    +-- log4j.properties
     |
-    +-- partitions/
-    |    |
-    |    +-- system/
-    |    |    |
-    |    |    +-- master.db
-    |    |    |
-    |    |    +-- objectclass.db
-    |    |    |
-    |    |    +-- objectclass.lg
-    |    |    |
-    |    |    +-- <index XXX lg and db files>
+    +-- lib/
     |    |
-    |    +-- schema/
-    |    |    |
-    |    |    :
+    |    +-- apacheds-service-<version>.jar
     |    |
-    |    +-- <partition XXX>
-    |    |    |
-    |    :    :
-    |
-    +-- log/
+    |    +-- apacheds-wrapper-<version>.jar
     |    |
-    |   [+-- journal.ldif]
+    |    +-- libwrapper.jnilib
     |    |
-    |    +-- <log file>
-    |
-    +-- run/
-    |
-    +-- cache/
+    |    +-- wrapper-3.2.3.jar
     |
-    +-- syncrepl-data/
+    +-- instances/
+    |    |
+    |    +-- default
+    |         |
+    |         +--...
     |
     +-- NOTICE
     |
     +-- LICENSE
 
+/opt/apacheds-<version>/bin/apacheds $1 <instance>
+
+/opt/apacheds-2.0.0-M19
+/var/lib/apacheds-2.0.0-M19
+
+## bin directory
+
+The *bin* directory contains the binary used to launch the server. The wrapper starts the *apacheds* server, using the configuratio file *wrapper.conf*.
+
+## conf directory
+
+This directory contain the wrapper configuration file.
+
+### wrapper.conf file
+
+This configuration file defines the default configuration for the *ApacheDS* server. Here are the parameters description
 
+| parameter | Description | Default value |
+|---|---|---|
+||||
+||||
+||||
+||||
+||||
+||||
+||||
+||||
+||||
+||||
 
 

Modified: directory/site/trunk/content/apacheds/advanced-ug/2.3-instance-layout.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/apacheds/advanced-ug/2.3-instance-layout.mdtext?rev=1642378&r1=1642377&r2=1642378&view=diff
==============================================================================
--- directory/site/trunk/content/apacheds/advanced-ug/2.3-instance-layout.mdtext (original)
+++ directory/site/trunk/content/apacheds/advanced-ug/2.3-instance-layout.mdtext Sat Nov 29 00:19:11 2014
@@ -24,3 +24,61 @@ Notice: Licensed to the Apache Software 
 
 # 2.3 - Instance Layout
 
+When we start a server, after having installed it, it creates some other directories where the data will be stored. Here is a list of those data :
+
+* the partitions data
+* the logs
+* the cache files
+* the replication data (if setup)
+* the run files
+
+
+## Created directories
+
+The following directories are created on your disk :
+
+installation directory/
+    |
+    +-- conf/
+    |    |
+    |    +-- config.ldif
+    |    |
+    |    +-- wrapper.conf
+    |    |
+    |    +-- log4j.properties
+    |
+    +-- log/
+    |    |
+    |   [+-- journal.ldif]
+    |    |
+    |    +-- <log file>
+    |
+    +-- partitions/
+    |    |
+    |    +-- system/
+    |    |    |
+    |    |    +-- master.db
+    |    |    |
+    |    |    +-- objectclass.db
+    |    |    |
+    |    |    +-- objectclass.lg
+    |    |    |
+    |    |    +-- <index XXX lg and db files>
+    |    |
+    |    +-- schema/
+    |    |    |
+    |    |    :
+    |    |
+    |    +-- <partition XXX>
+    |    |    |
+    |    :    :
+    |
+    +-- run/
+    |
+    +-- cache/
+    |
+    +-- syncrepl-data/
+    |
+    +-- NOTICE
+    |
+    +-- LICENSE