mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Matthew Swift
17.09.2016 628e32a8aa4a051cb56982f20a93958113ed6b6a
README.md
@@ -37,12 +37,23 @@
Build it yourself
-----------------
You need `git` and `maven` in order to get the source code and build it:
You need `git` and `maven` in order to get the source code and build it. The OpenDJ Directory Server binaries will be
built in `opendj-server-legacy/target/package`:
```bash
git clone ssh://git@stash.forgerock.org:7999/opendj/opendj.git
cd opendj
mvn clean install
# OpenDJ Server is built here:
cd opendj-server-legacy/target/package
# Package is *.zip:
ls *.zip
# ...or install and run immediately:
cd opendj
./setup
```
Getting started