You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Jürgen Weber (JIRA)" <ji...@apache.org> on 2007/05/15 10:47:16 UTC

[jira] Created: (DIRSERVER-931) Provide a zip/tar.gz download for DS

Provide a zip/tar.gz download for DS
------------------------------------

                 Key: DIRSERVER-931
                 URL: https://issues.apache.org/jira/browse/DIRSERVER-931
             Project: Directory ApacheDS
          Issue Type: Wish
    Affects Versions: 1.5.0
         Environment: Win32
            Reporter: Jürgen Weber


Provide a zip/tar.gz download for DS in addition to the platform specific .exe download (like there is for Tomcat: http://tomcat.apache.org/download-60.cgi)

In many corporate environments it is not possible for users to install Windows exes whereas unzipping a zip archive is possible. Same goes for Unix, it would be much easier to just untar DS into a directory and run it instead of having root install it.

So installing DS is not possible even if DS could be run as pure Java application.

Even if you have full control over your windows machine I don't like if Java software registers with the system, I like it much better if a software can be unzipped into a folder and simply runs (as with Tomcat, Geronimo or Eclipse).

A workaround right now is to run the DS setup in a vmware vm, zip the install folder and unzip on the target machine.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (DIRSERVER-931) Provide a zip/tar.gz download for DS

Posted by "Pierre-Arnaud Marcelot (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSERVER-931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pierre-Arnaud Marcelot resolved DIRSERVER-931.
----------------------------------------------

    Resolution: Fixed

Fixed.

I created a new "Archive installer target". I've set up the installers pom.xml file to create a zip and a tar.gz archive.
Each archive contains a "sh" and "bat" script to launch the server.

> Provide a zip/tar.gz download for DS
> ------------------------------------
>
>                 Key: DIRSERVER-931
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-931
>             Project: Directory ApacheDS
>          Issue Type: Wish
>    Affects Versions: 1.5.0
>         Environment: Win32
>            Reporter: Jürgen Weber
>            Assignee: Pierre-Arnaud Marcelot
>             Fix For: 1.5.3
>
>
> Provide a zip/tar.gz download for DS in addition to the platform specific .exe download (like there is for Tomcat: http://tomcat.apache.org/download-60.cgi)
> In many corporate environments it is not possible for users to install Windows exes whereas unzipping a zip archive is possible. Same goes for Unix, it would be much easier to just untar DS into a directory and run it instead of having root install it.
> So installing DS is not possible even if DS could be run as pure Java application.
> Even if you have full control over your windows machine I don't like if Java software registers with the system, I like it much better if a software can be unzipped into a folder and simply runs (as with Tomcat, Geronimo or Eclipse).
> A workaround right now is to run the DS setup in a vmware vm, zip the install folder and unzip on the target machine.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DIRSERVER-931) Provide a zip/tar.gz download for DS

Posted by "Chris Custine (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSERVER-931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500562 ] 

Chris Custine commented on DIRSERVER-931:
-----------------------------------------

Currently all data and config is installed in the same directory structure as the main distribution.  This tar.gz image may be more difficult to pull off since the new installers (1.5.1 or 1.5.2) are going to place the data and config files in a different directory structure than the core code.  At some point it is possible that we may be able to provide a script that does some of this after you untar the application (possible in conjunction with a migrate script to bring older version config and data up to date), but that may also cause problems with permissions similar to running an actual installer.  Let me know if you have any thoughts.

> Provide a zip/tar.gz download for DS
> ------------------------------------
>
>                 Key: DIRSERVER-931
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-931
>             Project: Directory ApacheDS
>          Issue Type: Wish
>    Affects Versions: 1.5.0
>         Environment: Win32
>            Reporter: Jürgen Weber
>            Assignee: Chris Custine
>
> Provide a zip/tar.gz download for DS in addition to the platform specific .exe download (like there is for Tomcat: http://tomcat.apache.org/download-60.cgi)
> In many corporate environments it is not possible for users to install Windows exes whereas unzipping a zip archive is possible. Same goes for Unix, it would be much easier to just untar DS into a directory and run it instead of having root install it.
> So installing DS is not possible even if DS could be run as pure Java application.
> Even if you have full control over your windows machine I don't like if Java software registers with the system, I like it much better if a software can be unzipped into a folder and simply runs (as with Tomcat, Geronimo or Eclipse).
> A workaround right now is to run the DS setup in a vmware vm, zip the install folder and unzip on the target machine.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (DIRSERVER-931) Provide a zip/tar.gz download for DS

Posted by "Pierre-Arnaud Marcelot (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSERVER-931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pierre-Arnaud Marcelot reassigned DIRSERVER-931:
------------------------------------------------

    Assignee: Pierre-Arnaud Marcelot  (was: Chris Custine)

> Provide a zip/tar.gz download for DS
> ------------------------------------
>
>                 Key: DIRSERVER-931
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-931
>             Project: Directory ApacheDS
>          Issue Type: Wish
>    Affects Versions: 1.5.0
>         Environment: Win32
>            Reporter: Jürgen Weber
>            Assignee: Pierre-Arnaud Marcelot
>             Fix For: 1.5.3
>
>
> Provide a zip/tar.gz download for DS in addition to the platform specific .exe download (like there is for Tomcat: http://tomcat.apache.org/download-60.cgi)
> In many corporate environments it is not possible for users to install Windows exes whereas unzipping a zip archive is possible. Same goes for Unix, it would be much easier to just untar DS into a directory and run it instead of having root install it.
> So installing DS is not possible even if DS could be run as pure Java application.
> Even if you have full control over your windows machine I don't like if Java software registers with the system, I like it much better if a software can be unzipped into a folder and simply runs (as with Tomcat, Geronimo or Eclipse).
> A workaround right now is to run the DS setup in a vmware vm, zip the install folder and unzip on the target machine.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DIRSERVER-931) Provide a zip/tar.gz download for DS

Posted by "Alex Karasulu (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSERVER-931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500577 ] 

Alex Karasulu commented on DIRSERVER-931:
-----------------------------------------

Yeah I agree that we can provide a install.sh script or bat file in this tarball.  However or in addition we could just presume all the paths are in this one directory?

Alex

> Provide a zip/tar.gz download for DS
> ------------------------------------
>
>                 Key: DIRSERVER-931
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-931
>             Project: Directory ApacheDS
>          Issue Type: Wish
>    Affects Versions: 1.5.0
>         Environment: Win32
>            Reporter: Jürgen Weber
>            Assignee: Chris Custine
>
> Provide a zip/tar.gz download for DS in addition to the platform specific .exe download (like there is for Tomcat: http://tomcat.apache.org/download-60.cgi)
> In many corporate environments it is not possible for users to install Windows exes whereas unzipping a zip archive is possible. Same goes for Unix, it would be much easier to just untar DS into a directory and run it instead of having root install it.
> So installing DS is not possible even if DS could be run as pure Java application.
> Even if you have full control over your windows machine I don't like if Java software registers with the system, I like it much better if a software can be unzipped into a folder and simply runs (as with Tomcat, Geronimo or Eclipse).
> A workaround right now is to run the DS setup in a vmware vm, zip the install folder and unzip on the target machine.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (DIRSERVER-931) Provide a zip/tar.gz download for DS

Posted by "Emmanuel Lecharny (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSERVER-931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Lecharny closed DIRSERVER-931.
---------------------------------------


closed

> Provide a zip/tar.gz download for DS
> ------------------------------------
>
>                 Key: DIRSERVER-931
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-931
>             Project: Directory ApacheDS
>          Issue Type: Wish
>    Affects Versions: 1.5.0
>         Environment: Win32
>            Reporter: Jürgen Weber
>            Assignee: Pierre-Arnaud Marcelot
>             Fix For: 1.5.3
>
>
> Provide a zip/tar.gz download for DS in addition to the platform specific .exe download (like there is for Tomcat: http://tomcat.apache.org/download-60.cgi)
> In many corporate environments it is not possible for users to install Windows exes whereas unzipping a zip archive is possible. Same goes for Unix, it would be much easier to just untar DS into a directory and run it instead of having root install it.
> So installing DS is not possible even if DS could be run as pure Java application.
> Even if you have full control over your windows machine I don't like if Java software registers with the system, I like it much better if a software can be unzipped into a folder and simply runs (as with Tomcat, Geronimo or Eclipse).
> A workaround right now is to run the DS setup in a vmware vm, zip the install folder and unzip on the target machine.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DIRSERVER-931) Provide a zip/tar.gz download for DS

Posted by "Pierre-Arnaud Marcelot (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSERVER-931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12606265#action_12606265 ] 

Pierre-Arnaud Marcelot commented on DIRSERVER-931:
--------------------------------------------------

Maybe we can package the apacheds-noarch project as a Zip/TarGzip to solve this issue.

WDYT ?

> Provide a zip/tar.gz download for DS
> ------------------------------------
>
>                 Key: DIRSERVER-931
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-931
>             Project: Directory ApacheDS
>          Issue Type: Wish
>    Affects Versions: 1.5.0
>         Environment: Win32
>            Reporter: Jürgen Weber
>            Assignee: Pierre-Arnaud Marcelot
>             Fix For: 1.5.3
>
>
> Provide a zip/tar.gz download for DS in addition to the platform specific .exe download (like there is for Tomcat: http://tomcat.apache.org/download-60.cgi)
> In many corporate environments it is not possible for users to install Windows exes whereas unzipping a zip archive is possible. Same goes for Unix, it would be much easier to just untar DS into a directory and run it instead of having root install it.
> So installing DS is not possible even if DS could be run as pure Java application.
> Even if you have full control over your windows machine I don't like if Java software registers with the system, I like it much better if a software can be unzipped into a folder and simply runs (as with Tomcat, Geronimo or Eclipse).
> A workaround right now is to run the DS setup in a vmware vm, zip the install folder and unzip on the target machine.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (DIRSERVER-931) Provide a zip/tar.gz download for DS

Posted by "Emmanuel Lecharny (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSERVER-931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Lecharny updated DIRSERVER-931:
----------------------------------------

    Fix Version/s: 1.5.2

Affected a Fix date for this JIRA

> Provide a zip/tar.gz download for DS
> ------------------------------------
>
>                 Key: DIRSERVER-931
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-931
>             Project: Directory ApacheDS
>          Issue Type: Wish
>    Affects Versions: 1.5.0
>         Environment: Win32
>            Reporter: Jürgen Weber
>            Assignee: Chris Custine
>             Fix For: 1.5.2
>
>
> Provide a zip/tar.gz download for DS in addition to the platform specific .exe download (like there is for Tomcat: http://tomcat.apache.org/download-60.cgi)
> In many corporate environments it is not possible for users to install Windows exes whereas unzipping a zip archive is possible. Same goes for Unix, it would be much easier to just untar DS into a directory and run it instead of having root install it.
> So installing DS is not possible even if DS could be run as pure Java application.
> Even if you have full control over your windows machine I don't like if Java software registers with the system, I like it much better if a software can be unzipped into a folder and simply runs (as with Tomcat, Geronimo or Eclipse).
> A workaround right now is to run the DS setup in a vmware vm, zip the install folder and unzip on the target machine.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (DIRSERVER-931) Provide a zip/tar.gz download for DS

Posted by "Emmanuel Lecharny (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSERVER-931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Lecharny updated DIRSERVER-931:
----------------------------------------

    Fix Version/s:     (was: 1.5.2)
                   1.5.3

Postponed.

> Provide a zip/tar.gz download for DS
> ------------------------------------
>
>                 Key: DIRSERVER-931
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-931
>             Project: Directory ApacheDS
>          Issue Type: Wish
>    Affects Versions: 1.5.0
>         Environment: Win32
>            Reporter: Jürgen Weber
>            Assignee: Chris Custine
>             Fix For: 1.5.3
>
>
> Provide a zip/tar.gz download for DS in addition to the platform specific .exe download (like there is for Tomcat: http://tomcat.apache.org/download-60.cgi)
> In many corporate environments it is not possible for users to install Windows exes whereas unzipping a zip archive is possible. Same goes for Unix, it would be much easier to just untar DS into a directory and run it instead of having root install it.
> So installing DS is not possible even if DS could be run as pure Java application.
> Even if you have full control over your windows machine I don't like if Java software registers with the system, I like it much better if a software can be unzipped into a folder and simply runs (as with Tomcat, Geronimo or Eclipse).
> A workaround right now is to run the DS setup in a vmware vm, zip the install folder and unzip on the target machine.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DIRSERVER-931) Provide a zip/tar.gz download for DS

Posted by "Jürgen Weber (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSERVER-931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12606291#action_12606291 ] 

Jürgen Weber commented on DIRSERVER-931:
----------------------------------------

A .tgz of apacheds-noarch sounds good. 
Just tar -xzf and run the startup.sh script, that should be enough.

> Provide a zip/tar.gz download for DS
> ------------------------------------
>
>                 Key: DIRSERVER-931
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-931
>             Project: Directory ApacheDS
>          Issue Type: Wish
>    Affects Versions: 1.5.0
>         Environment: Win32
>            Reporter: Jürgen Weber
>            Assignee: Pierre-Arnaud Marcelot
>             Fix For: 1.5.3
>
>
> Provide a zip/tar.gz download for DS in addition to the platform specific .exe download (like there is for Tomcat: http://tomcat.apache.org/download-60.cgi)
> In many corporate environments it is not possible for users to install Windows exes whereas unzipping a zip archive is possible. Same goes for Unix, it would be much easier to just untar DS into a directory and run it instead of having root install it.
> So installing DS is not possible even if DS could be run as pure Java application.
> Even if you have full control over your windows machine I don't like if Java software registers with the system, I like it much better if a software can be unzipped into a folder and simply runs (as with Tomcat, Geronimo or Eclipse).
> A workaround right now is to run the DS setup in a vmware vm, zip the install folder and unzip on the target machine.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DIRSERVER-931) Provide a zip/tar.gz download for DS

Posted by "Alex Karasulu (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSERVER-931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12606207#action_12606207 ] 

Alex Karasulu commented on DIRSERVER-931:
-----------------------------------------

Status?

> Provide a zip/tar.gz download for DS
> ------------------------------------
>
>                 Key: DIRSERVER-931
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-931
>             Project: Directory ApacheDS
>          Issue Type: Wish
>    Affects Versions: 1.5.0
>         Environment: Win32
>            Reporter: Jürgen Weber
>            Assignee: Pierre-Arnaud Marcelot
>             Fix For: 1.5.3
>
>
> Provide a zip/tar.gz download for DS in addition to the platform specific .exe download (like there is for Tomcat: http://tomcat.apache.org/download-60.cgi)
> In many corporate environments it is not possible for users to install Windows exes whereas unzipping a zip archive is possible. Same goes for Unix, it would be much easier to just untar DS into a directory and run it instead of having root install it.
> So installing DS is not possible even if DS could be run as pure Java application.
> Even if you have full control over your windows machine I don't like if Java software registers with the system, I like it much better if a software can be unzipped into a folder and simply runs (as with Tomcat, Geronimo or Eclipse).
> A workaround right now is to run the DS setup in a vmware vm, zip the install folder and unzip on the target machine.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (DIRSERVER-931) Provide a zip/tar.gz download for DS

Posted by "Chris Custine (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSERVER-931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Custine reassigned DIRSERVER-931:
---------------------------------------

    Assignee: Chris Custine

> Provide a zip/tar.gz download for DS
> ------------------------------------
>
>                 Key: DIRSERVER-931
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-931
>             Project: Directory ApacheDS
>          Issue Type: Wish
>    Affects Versions: 1.5.0
>         Environment: Win32
>            Reporter: Jürgen Weber
>            Assignee: Chris Custine
>
> Provide a zip/tar.gz download for DS in addition to the platform specific .exe download (like there is for Tomcat: http://tomcat.apache.org/download-60.cgi)
> In many corporate environments it is not possible for users to install Windows exes whereas unzipping a zip archive is possible. Same goes for Unix, it would be much easier to just untar DS into a directory and run it instead of having root install it.
> So installing DS is not possible even if DS could be run as pure Java application.
> Even if you have full control over your windows machine I don't like if Java software registers with the system, I like it much better if a software can be unzipped into a folder and simply runs (as with Tomcat, Geronimo or Eclipse).
> A workaround right now is to run the DS setup in a vmware vm, zip the install folder and unzip on the target machine.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.