Apache Directory Studio is a complete directory tooling platform intended to be used with any LDAP server however it is particularly designed for use with ApacheDS. It is an Eclipse RCP application, composed of several Eclipse (OSGi) plugins, that can be easily upgraded with additional ones. These plugins can even run within Eclipse itself.
Apache Directory Studio is available for Windows, macOS and Linux.
-
64-bit version of Windows.
-
64-bit version of Java e.g. OpenJDK JRE 64, OpenJDK 64, JRE 64 or JDK 64
OS | 32-bit | 64-bit |
---|---|---|
ReactOS 0.4.14 |
||
ReactOS 0.4.15 |
||
Windows XP |
||
Windows Vista |
||
Windows 7 |
||
Windows 8 |
||
Windows 10 |
||
Windows 11 |
ℹ️
|
With upstream release 2.0.0.v20200411-M15 the 32bit Windows build has been dropped . The last release with 32bit support ist 2.0.0.v20180908-M14 . |
Since this is not an official PortableApp the PortableApps installer must be download first. Navigate to https://github.com/uroesch/ApacheDirectoryStudioPortable/releases for a selection of releases.
After downloading the .paf.exe
installer navigate to your PortableApps.com
platform Apps
Menu ❶ and select Install a new app (paf.exe)
❷.
From the dialog choose the previously downloaded .paf.exe
file. ❸
After a short while the installation dialog will appear.
The Packages found under the release page are not digitally signed so there the installation is a bit involved.
After downloading the .paf.exe
installer trying to install may result in a
windows defender warning.
To unblock the installer and install the application follow the annotated screenshot below.
-
Right click on the executable file.
-
Choose
Properties
at the bottom of the menu. -
Check the unblock box.
The only supported build platform for Windows is version 10 other releases have not been tested.
git clone https://github.com/uroesch/PortableApps.comInstaller.git
git clone -b patched https://github.com/uroesch/PortableApps.comLauncher.git
git clone https://github.com/uroesch/ApacheDirectoryStudioPortable.git
ℹ️
|
This is currently the preferred way of building the PortableApps installer. |
For a Docker build run the following command.
To build the installer under Ubuntu 20.04 Wine
, PowerShell
, 7-Zip
and
when building headless Xvfb
are required.
sudo snap install powershell --classic
sudo apt --yes install git wine p7zip-full xvfb
When building headless run the below command starts a virtual Xserver required for the build to succeed.
export DISPLAY=:7777
Xvfb ${DISPLAY} -ac &
git clone https://github.com/uroesch/PortableApps.comInstaller.git
git clone -b patched https://github.com/uroesch/PortableApps.comLauncher.git
git clone https://github.com/uroesch/ApacheDirectoryStudioPortable.git
To build the installer under Ubuntu 18.04 Wine
, PowerShell
, 7-Zip
and
when building headless Xvfb
are required.
sudo snap install powershell --classic
sudo apt --yes install git p7zip-full xvfb
sudo dpkg --add-architecture i386
sudo apt update
sudo apt --yes install wine32
When building headless run the below command starts a virtual Xserver required for the build to succeed.
export DISPLAY=:7777
Xvfb ${DISPLAY} -ac &
git clone https://github.com/uroesch/PortableApps.comInstaller.git
git clone -b patched https://github.com/uroesch/PortableApps.comLauncher.git
git clone https://github.com/uroesch/ApacheDirectoryStudioPortable.git