OT: Method of packaging software for shipment

Alex Dean alex at crackpot.org
Thu Mar 11 14:58:49 MST 2010


For our Rails application at my job (which bundles Ruby, Apache,  
Postgres, etc, etc...), we install everything into a scratch  
directory, use find to remove all .svn files, and make a tarball of  
the result.  There's a lot more that goes on, but that's the basic  
process.

The customer just unpacks the tarball and runs a script to fire the  
whole thing up.  We don't support Windows for this app, so I don't  
have any experience packaging for that platform.  I think our other  
products which do run on Windows use an InstallShield installer.

alex

On Mar 11, 2010, at 3:47 PM, Eric Cope wrote:

> It needs to be deployed to Linux and Windows. I can't just tar /dir  
> because I have .svn files I don't want to include as well as test  
> directories. I planned on using a form of tar/zip.
>
> Eric
>
> On Thu, Mar 11, 2010 at 2:16 PM, James Finstrom <jfinstrom at rhinoequipment.com 
> > wrote:
> What distro is it running, It is pretty simple to make RPM's
>
> You can also as suggested simply tar it up tar -czvf myapp.tar.gz / 
> full/path/to/app/
> On the server tar -xzvf myapp.tar.gz -C /
>
>
> On Thu, Mar 11, 2010 at 2:08 PM, Eric Cope <eric.cope at gmail.com>  
> wrote:
> Its a web app intended to install on internal web servers that  
> should not have public access.
>
>
> On Thu, Mar 11, 2010 at 1:57 PM, keith smith <klsmith2020 at yahoo.com>  
> wrote:
> If this is a web app, then, why not use FTP?
>
> ------------------------
> Keith Smith
>
>
> --- On Thu, 3/11/10, Craig White <craigwhite at azapple.com> wrote:
>
> > From: Craig White <craigwhite at azapple.com>
> > Subject: Re: OT: Method of packaging software for shipment
> > To: "Main PLUG discussion list" <plug-discuss at lists.plug.phoenix.az.us 
> >
> > Date: Thursday, March 11, 2010, 10:27 AM
> > On Thu, 2010-03-11 at 10:19 -0700,
> > Eric Cope wrote:
> > > Hello all,
> > > I am wrapping a web application that is meant for
> > installation on my
> > > customer's servers. Does anyone have experience
> > packaging up software
> > > for shipment? What tools do you use? Can you offer any
> > advice?
> > ----
> > probably just a tar/gzip but that would actually depend on
> > what the
> > application language is (php?) and what if any resources
> > need to be made
> > available (i.e. scripts for initializing an sql db, etc.)
> > and also the
> > platform (i.e. redhat only, or linux in general or all
> > possible OS
> > types).
> >
> > Craig
> >
> >
> > --
> > This message has been scanned for viruses and
> > dangerous content by MailScanner, and is
> > believed to be clean.
> >
> > ---------------------------------------------------
> > PLUG-discuss mailing list - PLUG-discuss at lists.plug.phoenix.az.us
> > To subscribe, unsubscribe, or to change your mail
> > settings:
> > http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
> >
>
>
>
> ---------------------------------------------------
> PLUG-discuss mailing list - PLUG-discuss at lists.plug.phoenix.az.us
> To subscribe, unsubscribe, or to change your mail settings:
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
>
>
> ---------------------------------------------------
> PLUG-discuss mailing list - PLUG-discuss at lists.plug.phoenix.az.us
> To subscribe, unsubscribe, or to change your mail settings:
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
>
>
>
> -- 
> James Finstrom
> Rhino Equipment Corp.
> http://rhinoequipment.com ~ http://postug.com
> Phone: 1-877-RHINO-T1 ~ FAX: +1 (480) 961-1826
> Twitter: http://twitter.com/rhinoequipment
> IP: guest at asterisk.rhinoequipment.com
>
>
>
> ---------------------------------------------------
> PLUG-discuss mailing list - PLUG-discuss at lists.plug.phoenix.az.us
> To subscribe, unsubscribe, or to change your mail settings:
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
>
> ---------------------------------------------------
> PLUG-discuss mailing list - PLUG-discuss at lists.plug.phoenix.az.us
> To subscribe, unsubscribe, or to change your mail settings:
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss

-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 194 bytes
Desc: This is a digitally signed message part
Url : http://lists.PLUG.phoenix.az.us/pipermail/plug-discuss/attachments/20100311/ff8ac1c1/attachment.pgp 


More information about the PLUG-discuss mailing list