You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2015/02/06 22:14:06 UTC

directory-fortress-core git commit: FC-56 - add studio instructions

Repository: directory-fortress-core
Updated Branches:
  refs/heads/master 7832d21a4 -> 792273900


FC-56 - add studio instructions


Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/commit/79227390
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/tree/79227390
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/diff/79227390

Branch: refs/heads/master
Commit: 79227390099d85ea9c2b22ece366f2d698cc186b
Parents: 7832d21
Author: Shawn McKinney <sm...@apache.org>
Authored: Fri Feb 6 15:13:51 2015 -0600
Committer: Shawn McKinney <sm...@apache.org>
Committed: Fri Feb 6 15:13:51 2015 -0600

----------------------------------------------------------------------
 .../core/doc-files/apache-directory-studio.html | 118 +++++++++++++++++++
 .../core/doc-files/apache-studio-logo.jpeg      | Bin 0 -> 8286 bytes
 2 files changed, 118 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/79227390/src/main/java/org/apache/directory/fortress/core/doc-files/apache-directory-studio.html
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/directory/fortress/core/doc-files/apache-directory-studio.html b/src/main/java/org/apache/directory/fortress/core/doc-files/apache-directory-studio.html
new file mode 100644
index 0000000..babee25
--- /dev/null
+++ b/src/main/java/org/apache/directory/fortress/core/doc-files/apache-directory-studio.html
@@ -0,0 +1,118 @@
+<!--
+ *   Licensed to the Apache Software Foundation (ASF) under one
+ *   or more contributor license agreements.  See the NOTICE file
+ *   distributed with this work for additional information
+ *   regarding copyright ownership.  The ASF licenses this file
+ *   to you under the Apache License, Version 2.0 (the
+ *   "License"); you may not use this file except in compliance
+ *   with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *   Unless required by applicable law or agreed to in writing,
+ *   software distributed under the License is distributed on an
+ *   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ *   KIND, either express or implied.  See the License for the
+ *   specific language governing permissions and limitations
+ *   under the License.
+ *
+-->
+<html>
+<head>
+    <title>Apache Fortress Ten Minute Guide</title>
+    <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<hr>
+<fieldset>
+    <legend><b>Navigation Links</b></legend>
+    <ul>
+        <li><a href="./apache-directory-server.html">Setup Apache Directory Server</a></li>
+        <li><a href="./apache-directory-studio.html">Setup Apache Directory Studio</a></li>
+        <li><a href="./apache-fortress-core.html">Build Apache Fortress Core</a></li>
+        <li><a href="./apache-fortress-realm.html">Build Apache Fortress Realm</a></li>
+        <li><a href="./apache-tomcat.html">Setup Apache Tomcat Web Server</a></li>
+        <li><a href="./apache-fortress-rest.html">Build Apache Fortress Rest</a></li>
+        <li><a href="./apache-fortress-web.html">Build Apache Fortress Web</a></li>
+    </ul>
+    <li><a href="./ten-minute-guide.html">Ten Minute Guide</a></li>
+</fieldset>
+<hr>
+<p>
+
+<h3>Setup Apache Directory Studio</h3>
+<img src="apache-studio-logo.jpeg">
+<br><br>
+This section provides instructions to install and configure Apache Directory Studio. The Apache Directory Studio in an LDAPv3 browser.
+<h4>Steps to install</h4>
+<ol>
+
+    <li>
+        Download and install Apache Directory Studio
+        <br><br>
+        For 32-bit (as root):
+        <pre>
+            <p style="font: monospace; color: black; background-color: lightgrey; font-size: 10pt">
+# mkdir tmp
+# cd tmp
+# wget http://mirrors.ibiblio.org/apache//directory/studio/dist/2.0.0.v20130628/ApacheDirectoryStudio-linux-x86-2.0.0.v20130628.tar.gz
+# chmod a+x *.bin
+# ./apacheds-2.0.0-M19-32bit.bin
+            </p>
+        </pre>
+        For 64-bit (as root):
+        <pre>
+            <p style="font: monospace; color: black; background-color: lightgrey; font-size: 10pt">
+# mkdir tmp
+# cd tmp
+# wget http://mirrors.ibiblio.org/apache//directory/studio/dist/2.0.0.v20130628/ApacheDirectoryStudio-linux-x86_64-2.0.0.v20130628.tar.gz
+# chmod a+x *.bin
+# ./apacheds-2.0.0-M19-64bit.bin
+            </p>
+        </pre>
+    </li>
+
+    <li>
+        If you have trouble pulling you can get binaries here: <a href="http://directory.apache.org/studio/downloads.html">Apache Directory Studio Downloads Page</a>
+    </li>
+
+    <br>
+
+    <li>
+        After installation start the directory studio process.
+        <pre>
+            <p style="font: monospace; color: black; background-color: lightgrey; font-size: 10pt">
+# cd ApacheDirectoryStudio-linux-x86_64-2.0.0.v20130628
+# export JAVA_HOME=...
+# ./ApacheDirectoryStudio
+            </p>
+        </pre>
+    </li>
+
+    <br>
+
+    <li>
+        From the LDAP Browser perspective create a new connection. Enter an arbitrary name for connection, e.g.
+        'apacheds'. If apache directory server is running locally you may use 'localhost' and default port is
+        '10389'.
+    </li>
+    <br><img src="./connection-create-screenshot1.png"/><br><br>
+
+    <br>
+
+    <li>
+        The default creds for apache directory server are 'uid=admin,ou=system' and 'secret' for the password.
+        It's a good idea to verify this info by clicking on the 'Check Authentication' button.
+    </li>
+    <br><img src="./connection-create-screenshot2.png"/><br><br>
+
+    <br>
+    <li>
+        After all the info has been entered, you should be able to browse the directory.
+    </li>
+    <br><img src="./connection-create-screenshot3.png"/><br><br>
+</ol>
+</body>
+<p style="font: monospace; color: black; font-size: 6pt">Copyright 2003-2015, The Apache Software Foundation. All Rights
+    Reserved.</p>
+</html>

http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/79227390/src/main/java/org/apache/directory/fortress/core/doc-files/apache-studio-logo.jpeg
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/directory/fortress/core/doc-files/apache-studio-logo.jpeg b/src/main/java/org/apache/directory/fortress/core/doc-files/apache-studio-logo.jpeg
new file mode 100644
index 0000000..aab4dd7
Binary files /dev/null and b/src/main/java/org/apache/directory/fortress/core/doc-files/apache-studio-logo.jpeg differ