Just my 2 cents here, I personally update my apps via rsync/ssh from
my own PC at home to my external server miles away, rsync will only
copy differences and ignore certain files/directories, etc (all is
configurable), perfect for me for production deployment, I'd be happy
to share the shell script to accomplish this, unfortunately as far as
I know this only works out of the box in Linux/Mac (i.e. you already
have all that is needed in your computer without you even knowing it).
Updating a mid-size application takes literally just seconds.

Julio

On Jul 1, 8:41 pm, Joe  Barnhart <joe.barnh...@gmail.com> wrote:
> I don't know exactly what you're asking for, but I have to say that MY
> server won't ever expose FTP on an open port.  And restarting my
> server is a *big* deal since it terminates all processes (of which web
> server is only one) so I try to never do it unless I must.
>
> I love to use SSH because it's far more secure and it lets me manage
> the server from anywhere.  I can update the Linux distro, manage my
> webserver, check my RAID array, etc.  all from the comfort of a text
> window.  Believe me, there is no greater power with any other method.
>
> The fact that you can deploy web2py on a darned USB STICK and use it
> anywhere put it in a whole category of "portable" all by itself.  I
> keep a complete development environment with a mirror of my server on
> a USB stick do develop the next version of the website on.  When I get
> it stable and I'm ready to update it, I use rsync to move the changes
> to the production server and it's done!
>
> On Jul 1, 7:16 pm, Jason Brower <encomp...@gmail.com> wrote:
>
> > I like the feature in tomcat, it's the only feature I like, that let's
> > you take a complressed directory, WAR file, put it in a certain
> > directory and after restarting tomcat it unpacks it and has it ready to
> > do.
> > I wonder if we could create something like this, as I have to login to a
> > computer with ssh, run a text based browser and then install the program
> > that way.  Not fun. I would rather code here, then deploy it with ftp to
> > a directory on the server and restart the server.
> > Regards,
> > Jason Brower
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to