You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@directory.apache.org by Pierre-Arnaud Marcelot <pa...@marcelot.net> on 2008/04/01 11:57:54 UTC

[ApacheDS] Apache DS Deb and Linux Binary installers - Testers needed

Hi,

I think I'm done with the Deb and Linux Binary installers.


The improvement from the last version I sent a few weeks ago is that
ApacheDS now runs under the 'apacheds' user. This user will be created by
the installers if it's not already existing.

I tested them on my machine with Ubuntu 7.10 and Java 1.5.0_13. They all
worked fine.


For those who are interested in, the installer is located here:

http://people.apache.org/~pamarcelot/apacheds-debian-amd64-1.5.2-SNAPSHOT.deb

http://people.apache.org/~pamarcelot/apacheds-debian-i386-1.5.2-SNAPSHOT.deb
    http://people.apache.org/~pamarcelot/apacheds-linux-1.5.2-SNAPSHOT.bin


The Debian installers will install the following things on your system:

   - ApacheDS data is installed in "/opt/apacheds-1.5.2-SNAPHOT"
   - ApacheDS instances are installed in "/var/lib/apacheds-1.5.2-SNAPHOT
   "
   - An init script will be installed in "/etc/init.d/apacheds-
   1.5.2-SNAPSHOT-default"


To start the server, run the following command:
$ sudo /etc/init.d/apacheds-1.5.2-SNAPSHOT-default start

To stop the server, run the following command:
$ sudo /etc/init.d/apacheds-1.5.2-SNAPSHOT-default stop


You can launch the Binary installer like a classic executable file:
$ ./apacheds-linux-1.5.2-SNAPSHOT.bin

It will ask you four questions:

   - Do you agree to the above license terms?
   - Where do you want to install Apache DS?
   - Where do you want to install Apache DS instances?
   - What name do you want for the default instance?

There will be default values for the three last ones (for easy install).

This installer will install the following things on your system:

   - ApacheDS data is installed in "/opt/apacheds-1.5.2-SNAPHOT" by
   default or what you chose in the installer
   - ApacheDS instances are installed in "/var/lib/apacheds-1.5.2-SNAPHOT"
   by default or what you chose in the installer
   - An init script will be installed in "/etc/init.d/apacheds-
   1.5.2-SNAPSHOT-$INSTANCE" where $INSTANCE is the chosen name for the
   default instance.

To start the server, run the following command:
$ sudo /etc/init.d/apacheds-1.5.2-SNAPSHOT-$INSTANCE start

To stop the server, run the following command:
$ sudo /etc/init.d/apacheds-1.5.2-SNAPSHOT-$INSTANCE stop


Thanks in advance for any feedback.

Regards,
Pierre-Arnaud

Re: [ApacheDS] Apache DS Deb and Linux Binary installers - Testers needed

Posted by Alex Karasulu <ak...@apache.org>.
Will test.  Thanks.

Alex

On Tue, Apr 1, 2008 at 5:57 AM, Pierre-Arnaud Marcelot <pa...@marcelot.net>
wrote:

> Hi,
>
> I think I'm done with the Deb and Linux Binary installers.
>
>
> The improvement from the last version I sent a few weeks ago is that
> ApacheDS now runs under the 'apacheds' user. This user will be created by
> the installers if it's not already existing.
>
> I tested them on my machine with Ubuntu 7.10 and Java 1.5.0_13. They all
> worked fine.
>
>
> For those who are interested in, the installer is located here:
>
> http://people.apache.org/~pamarcelot/apacheds-debian-amd64-1.5.2-SNAPSHOT.deb<http://people.apache.org/%7Epamarcelot/apacheds-debian-amd64-1.5.2-SNAPSHOT.deb>
>
> http://people.apache.org/~pamarcelot/apacheds-debian-i386-1.5.2-SNAPSHOT.deb<http://people.apache.org/%7Epamarcelot/apacheds-debian-i386-1.5.2-SNAPSHOT.deb>
>     http://people.apache.org/~pamarcelot/apacheds-linux-1.5.2-SNAPSHOT.bin<http://people.apache.org/%7Epamarcelot/apacheds-linux-1.5.2-SNAPSHOT.bin>
>
>
> The Debian installers will install the following things on your system:
>
>    - ApacheDS data is installed in "/opt/apacheds-1.5.2-SNAPHOT"
>    - ApacheDS instances are installed in "/var/lib/apacheds-
>    1.5.2-SNAPHOT"
>    - An init script will be installed in "/etc/init.d/apacheds-
>    1.5.2-SNAPSHOT-default"
>
>
> To start the server, run the following command:
> $ sudo /etc/init.d/apacheds-1.5.2-SNAPSHOT-default start
>
> To stop the server, run the following command:
> $ sudo /etc/init.d/apacheds-1.5.2-SNAPSHOT-default stop
>
>
> You can launch the Binary installer like a classic executable file:
> $ ./apacheds-linux-1.5.2-SNAPSHOT.bin
>
> It will ask you four questions:
>
>    - Do you agree to the above license terms?
>    - Where do you want to install Apache DS?
>    - Where do you want to install Apache DS instances?
>    - What name do you want for the default instance?
>
> There will be default values for the three last ones (for easy install).
>
> This installer will install the following things on your system:
>
>    - ApacheDS data is installed in "/opt/apacheds-1.5.2-SNAPHOT" by
>    default or what you chose in the installer
>    - ApacheDS instances are installed in "/var/lib/apacheds-
>    1.5.2-SNAPHOT" by default or what you chose in the installer
>    - An init script will be installed in "/etc/init.d/apacheds-
>    1.5.2-SNAPSHOT-$INSTANCE" where $INSTANCE is the chosen name for the
>    default instance.
>
> To start the server, run the following command:
> $ sudo /etc/init.d/apacheds-1.5.2-SNAPSHOT-$INSTANCE start
>
> To stop the server, run the following command:
> $ sudo /etc/init.d/apacheds-1.5.2-SNAPSHOT-$INSTANCE stop
>
>
> Thanks in advance for any feedback.
>
> Regards,
> Pierre-Arnaud
>

Re: [ApacheDS] Apache DS Deb and Linux Binary installers - Testers needed

Posted by Alex Karasulu <ak...@apache.org>.
Hi Michael,

Try these over here.

http://people.apache.org/~akarasulu/apacheds/candidates/1.5.2/

Alex

On Fri, Apr 4, 2008 at 4:13 PM, Michael Fladischer <mi...@fladi.at> wrote:

> Pierre-Arnaud Marcelot wrote:
>
> > For those who are interested in, the installer is located here:
> >
> >
> > http://people.apache.org/~pamarcelot/apacheds-debian-amd64-1.5.2-SNAPSHOT.deb<http://people.apache.org/%7Epamarcelot/apacheds-debian-amd64-1.5.2-SNAPSHOT.deb>
> >
> >
> > http://people.apache.org/~pamarcelot/apacheds-debian-i386-1.5.2-SNAPSHOT.deb<http://people.apache.org/%7Epamarcelot/apacheds-debian-i386-1.5.2-SNAPSHOT.deb>
> >
> > http://people.apache.org/~pamarcelot/apacheds-linux-1.5.2-SNAPSHOT.bin<http://people.apache.org/%7Epamarcelot/apacheds-linux-1.5.2-SNAPSHOT.bin>
> >
>
> Hi Pierre-Arnaud,
>
> It's seems that these links do not work at the moment. The files cannot be
> found at this location. Have they been moved somewhere else?
> I wanted to test them on some of my Debian boxes.
>
> Regards,
> Michael Fladischer
>

Re: [ApacheDS] Apache DS Deb and Linux Binary installers - Testers needed

Posted by Michael Fladischer <mi...@fladi.at>.
Pierre-Arnaud Marcelot wrote:
> For those who are interested in, the installer is located here:
> 
> http://people.apache.org/~pamarcelot/apacheds-debian-amd64-1.5.2-SNAPSHOT.deb
> 
> http://people.apache.org/~pamarcelot/apacheds-debian-i386-1.5.2-SNAPSHOT.deb
>     http://people.apache.org/~pamarcelot/apacheds-linux-1.5.2-SNAPSHOT.bin

Hi Pierre-Arnaud,

It's seems that these links do not work at the moment. The files cannot 
be found at this location. Have they been moved somewhere else?
I wanted to test them on some of my Debian boxes.

Regards,
Michael Fladischer