You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Next »

Introduction

This page documents the Apache DS installers. It explains what kind of installers are available, their internal structures and how to generate them.

Installers Architectures

As of march 2008, we currently have the following set of installers for Apache DS:

  • A Windows executable installer (.exe)
  • A Linux RPM installer (.rpm)
  • A Linux DEB installer (.deb)
  • A Linux BIN installer (.bin)
  • A Mac OS X PKG installer (.pkg)

Windows executable installer

The Windows executable installer is built using NSIS (http://nsis.sourceforge.net/), an open source system to create Windows installers.
The installer can, of course, be generated a Windows system but also on a Linux or Mac OS X system (for these two systems, a preliminary step is to compile the makensis command line utility that will be used to generate the installer).

Installer Generation layout

To generate the installer, a directory is created containing the server files.
Here's the layout this directory:

********************* INSERT IMAGE HERE *********************

Additional files such as the instances specific files (apacheds.conf, log4j.properties, server.xml) or the example ldif file (for loading example data into the default instance) are bundled into the installer and copied to their final location during the installation process.

Installer layout

The installer installs the following files on the target system:

  • Server files are installed at C:\\Program Files\Apache Directory Server
  • Instances files are installed at C:\\Program Files\Apache Directory Server\instances

Linux RPM installer

Linux Deb installer

Linux Bin installer

Mac OS X installer

Installers Projects Architecture

Generating Installers

  • No labels