Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

We provide native installers for several platforms:

  • MacOS Mac OS X (jardmg)
  • Solaris SPARC (jarpkg)
  • Solaris i386 x86 (jarpkg)
  • Windows (exe)
  • Debian package (deb)
  • RPM package (rpm)
  • Linux (jarbin)

Additional we provide an zip or tar.gz archive.

You can download them from here.

An option for people familiar with tools like Subversion and Maven is to built the server from the sources on their own. This is described here.

...

For details look at the next page 1.4. Basic configuration tasks

Installing on Linux

...

Note

This is not up to date !

If you want to install ApacheDS as daemon in /etc/init.d, you need root privileges.
There are many posibilities installing ApacheDS on Linux:

  • using the Debian package
  • using the RPM package
  • using the Solaris package
  • or using the standard binary file

Using the binary file

No Format

// Get the apacheds Linux binary, and copy it where you want the server be installed.
chmod u+x apacheds-1.5.4-i386.bin
./apacheds-1.5.4-i386.bin

You will get a list of proposed installation directories that you can change. Remember that you must be root to be able to install the server correctly.

Starting and stopping the server

After installing the application there is one step left to start the server:

No Format

[root]# /etc/init.d/apacheds start

or

No Format

[user]# /usr/local/apacheds-1.0.0/bin/server.init  start

Stopping the server works equivalent

No Format

[root]# /etc/init.d/apacheds stop

or

...

, Max OS X and Solaris

The installation for different installers is described on the Apache Directory Server 1.5 Downloads page.