From a08bead929bf745f256d37f19a9c0ade8506e94e Mon Sep 17 00:00:00 2001
From: vharseko <vharseko@openam.org.ru>
Date: Mon, 13 Nov 2017 18:42:45 +0000
Subject: [PATCH] How-to run after build

---
 README.md |   15 ++++++++++++---
 1 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index ad45605..df6cd9b 100644
--- a/README.md
+++ b/README.md
@@ -8,9 +8,18 @@
 mvn clean install -f forgerock-parent
 mvn clean install -f OpenDJ
 ```
+BIN: OpenDJ/opendj-server-legacy/target/package/opendj-4.0.0-SNAPSHOT.zip
 
-About
-==========
+## How-to run after build
+
+```bash
+cd OpenDJ/opendj-server-legacy/target/package/opendj
+./setup
+bin/start-ds
+bin/stop-ds
+```
+
+## About
 
 OpenDJ is an [LDAPv3](http://tools.ietf.org/html/rfc4510) compliant directory service, which has been developed 
 for the Java platform, providing a high performance, highly available, and secure store for the identities managed 
@@ -20,4 +29,4 @@
 ## License
 
 This project is licensed under the Common Development and Distribution License (CDDL). The following text applies to 
-both this file, and should also be included in all files in the project:
\ No newline at end of file
+both this file, and should also be included in all files in the project:

--
Gitblit v1.10.0